#03600C

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

Shades of Green #03600C

Tints of Green #03600C

Color information

#03600C (or 0x03600C) is unknown color: approx Green. HEX triplet: 03, 60 and 0C. RGB value is (3,96,12). Sum of RGB (Red+Green+Blue) = 3+96+12=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 96 (37.89% from 255 or 86.49% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 96 - color contains mainly: green. Hex color #03600C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03600C is #FC9FF3. Grayscale: #3A3A3A. Windows color (decimal): -16556020 or 811011. OLE color: 811011.

HSL color Cylindrical-coordinate representation of color #03600C: hue angle of 125.81º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #03600C is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB39612-
CMYK0.9700.880.62
HSL125.81º93.94%19.41%-
HSV(B)125.81º96.88%37.65%-
XYZ4.298.411.75-
YUV58.62101.6988.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.70%
GREEN value IS 96 (37.89% from 255) = 86.49%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=2.70%
G=86.49%
B=10.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396120.9700.880.62125.8193.9419.41
Hex360C610583E7e5e13
Octal31401414101307617613623
Binary11110000011001100001010110001111101111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03600C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03600C; }

 p { color: rgb(3,96,12); }

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

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

 a { background-color: rgb(3,96,12); }

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

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

 span { border-color: rgb(3,96,12); }

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