#036010

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

Shades of Green #036010

Tints of Green #036010

Color information

#036010 (or 0x036010) is unknown color: approx Green. HEX triplet: 03, 60 and 10. RGB value is (3,96,16). Sum of RGB (Red+Green+Blue) = 3+96+16=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 96 (37.89% from 255 or 83.48% from 115); Blue value is 16 (6.64% from 255 or 13.91% from 115); Max value from RGB is 96 - color contains mainly: green. Hex color #036010 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036010 is #FC9FEF. Grayscale: #3B3B3B. Windows color (decimal): -16556016 or 1073155. OLE color: 1073155.

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

Color convert

RGB39616-
CMYK0.9700.830.62
HSL128.39º93.94%19.41%-
HSV(B)128.39º96.88%37.65%-
XYZ4.318.421.89-
YUV59.07103.6988-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.61%
GREEN value IS 96 (37.89% from 255) = 83.48%
BLUE value IS 16 (6.64% from 255) = 13.91%
R=2.61%
G=83.48%
B=13.91%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396160.9700.830.62128.3993.9419.41
Hex36010610533E805e13
Octal31402014101237620013623
Binary1111000001000011000010101001111111010000000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036010; }

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

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

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

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

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

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

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

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