#03600D

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

Shades of Green #03600D

Tints of Green #03600D

Color information

#03600D (or 0x03600D) is unknown color: approx Green. HEX triplet: 03, 60 and 0D. RGB value is (3,96,13). Sum of RGB (Red+Green+Blue) = 3+96+13=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 96 (37.89% from 255 or 85.71% from 112); Blue value is 13 (5.47% from 255 or 11.61% from 112); Max value from RGB is 96 - color contains mainly: green. Hex color #03600D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03600D is #FC9FF2. Grayscale: #3A3A3A. Windows color (decimal): -16556019 or 876547. OLE color: 876547.

HSL color Cylindrical-coordinate representation of color #03600D: hue angle of 126.45º 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 #03600D is Cyan = 0.97, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB39613-
CMYK0.9700.860.62
HSL126.45º93.94%19.41%-
HSV(B)126.45º96.88%37.65%-
XYZ4.298.411.78-
YUV58.73102.1988.25-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 96 (37.89% from 255) = 85.71%
BLUE value IS 13 (5.47% from 255) = 11.61%
R=2.68%
G=85.71%
B=11.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396130.9700.860.62126.4593.9419.41
Hex360D610563E7e5e13
Octal31401514101267617613623
Binary11110000011011100001010101101111101111110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03600D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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