#03600A

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

Shades of Green #03600A

Tints of Green #03600A

Color information

#03600A (or 0x03600A) is unknown color: approx Green. HEX triplet: 03, 60 and 0A. RGB value is (3,96,10). Sum of RGB (Red+Green+Blue) = 3+96+10=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 96 (37.89% from 255 or 88.07% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 96 - color contains mainly: green. Hex color #03600A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #03600A is #FC9FF5. Grayscale: #3A3A3A. Windows color (decimal): -16556022 or 679939. OLE color: 679939.

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

Color convert

RGB39610-
CMYK0.9700.900.62
HSL124.52º93.94%19.41%-
HSV(B)124.52º96.88%37.65%-
XYZ4.288.411.68-
YUV58.39100.6988.49-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.75%
GREEN value IS 96 (37.89% from 255) = 88.07%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=2.75%
G=88.07%
B=9.17%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396100.9700.900.62124.5293.9419.41
Hex360A6105A3E7d5e13
Octal31401214101327617513623
Binary11110000010101100001010110101111101111101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03600A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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