#03660C

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

Shades of Green #03660C

Tints of Green #03660C

Color information

#03660C (or 0x03660C) is unknown color: approx Green. HEX triplet: 03, 66 and 0C. RGB value is (3,102,12). Sum of RGB (Red+Green+Blue) = 3+102+12=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 102 (40.23% from 255 or 87.18% from 117); Blue value is 12 (5.08% from 255 or 10.26% from 117); Max value from RGB is 102 - color contains mainly: green. Hex color #03660C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03660C is #FC99F3. Grayscale: #3E3E3E. Windows color (decimal): -16554484 or 812547. OLE color: 812547.

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

Color convert

RGB310212-
CMYK0.9700.880.6
HSL125.45º94.29%20.59%-
HSV(B)125.45º97.06%40%-
XYZ4.869.551.93-
YUV62.1499.785.82-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.56%
GREEN value IS 102 (40.23% from 255) = 87.18%
BLUE value IS 12 (5.08% from 255) = 10.26%
R=2.56%
G=87.18%
B=10.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3102120.9700.880.6125.4594.2920.59
Hex366C610583C7d5e15
Octal31461414101307417513625
Binary11110011011001100001010110001111001111101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03660C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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