#036011

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

Shades of Green #036011

Tints of Green #036011

Color information

#036011 (or 0x036011) is unknown color: approx Green. HEX triplet: 03, 60 and 11. RGB value is (3,96,17). Sum of RGB (Red+Green+Blue) = 3+96+17=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 96 (37.89% from 255 or 82.76% from 116); Blue value is 17 (7.03% from 255 or 14.66% from 116); Max value from RGB is 96 - color contains mainly: green. Hex color #036011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036011 is #FC9FEE. Grayscale: #3B3B3B. Windows color (decimal): -16556015 or 1138691. OLE color: 1138691.

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

Color convert

RGB39617-
CMYK0.9700.820.62
HSL129.03º93.94%19.41%-
HSV(B)129.03º96.88%37.65%-
XYZ4.328.431.93-
YUV59.19104.1987.92-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.59%
GREEN value IS 96 (37.89% from 255) = 82.76%
BLUE value IS 17 (7.03% from 255) = 14.66%
R=2.59%
G=82.76%
B=14.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal396170.9700.820.62129.0393.9419.41
Hex36011610523E815e13
Octal31402114101227620113623
Binary1111000001000111000010101001011111010000001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036011; }

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

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

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

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

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

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

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

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