#036305

Color #036305 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #036305

Tints of Green #036305

Color information

#036305 (or 0x036305) is unknown color: approx Green. HEX triplet: 03, 63 and 05. RGB value is (3,99,5). Sum of RGB (Red+Green+Blue) = 3+99+5=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 99 (39.06% from 255 or 92.52% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 99 - color contains mainly: green. Hex color #036305 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036305 is #FC9CFA. Grayscale: #3B3B3B. Windows color (decimal): -16555259 or 353027. OLE color: 353027.

HSL color Cylindrical-coordinate representation of color #036305: hue angle of 121.25º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036305 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.61.

Color convert

RGB3995-
CMYK0.9700.950.61
HSL121.25º94.12%20%-
HSV(B)121.25º96.97%38.82%-
XYZ4.538.951.63-
YUV59.5897.287.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 99 (39.06% from 255) = 92.52%
BLUE value IS 5 (2.34% from 255) = 4.67%
R=2.80%
G=92.52%
B=4.67%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal39950.9700.950.61121.2594.1220
Hex36356105F3D795e14
Octal3143514101377517113624
Binary1111000111011100001010111111111011111001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036305; }

 p { color: rgb(3,99,5); }

 H1.HeaderClassName
 {
   color: #036305;
 }
 .AnyTagClassName
 {
   color: #036305;
 }
</style>
background-color css

<style>
 a { background-color: #036305; }

 a { background-color: rgb(3,99,5); }

 div.DivClassName
 {
   background-color: #036305;
 }
 .BgClassName
 {
   background-color: #036305;
 }
</style>
border-color css

<style>
 span { border-color: #036305; }

 span { border-color: rgb(3,99,5); }

 td.TdClassName
 {
   border-color: #036305;
 }
 .TagClassName
 {
   border-color: #036305;
 }
</style>