#036E01

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

Shades of Green #036E01

Tints of Green #036E01

Color information

#036E01 (or 0x036E01) is unknown color: approx Green. HEX triplet: 03, 6E and 01. RGB value is (3,110,1). Sum of RGB (Red+Green+Blue) = 3+110+1=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 110 (43.36% from 255 or 96.49% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 110 - color contains mainly: green. Hex color #036E01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036E01 is #FC91FE. Grayscale: #414141. Windows color (decimal): -16552447 or 93699. OLE color: 93699.

HSL color Cylindrical-coordinate representation of color #036E01: hue angle of 118.9º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #036E01 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB31101-
CMYK0.9700.990.57
HSL118.9º98.2%21.76%-
HSV(B)118.9º99.09%43.14%-
XYZ5.6211.171.89-
YUV65.5891.5583.36-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.63%
GREEN value IS 110 (43.36% from 255) = 96.49%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=2.63%
G=96.49%
B=0.88%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal311010.9700.990.57118.998.221.76
Hex36E16106339776216
Octal3156114101437116714226
Binary11110111011100001011000111110011110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036E01; }

 p { color: rgb(3,110,1); }

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

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

 a { background-color: rgb(3,110,1); }

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

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

 span { border-color: rgb(3,110,1); }

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