#036D01

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

Shades of Green #036D01

Tints of Green #036D01

Color information

#036D01 (or 0x036D01) is unknown color: approx Green. HEX triplet: 03, 6D and 01. RGB value is (3,109,1). Sum of RGB (Red+Green+Blue) = 3+109+1=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 109 (42.97% from 255 or 96.46% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 109 - color contains mainly: green. Hex color #036D01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D01 is #FC92FE. Grayscale: #414141. Windows color (decimal): -16552703 or 93443. OLE color: 93443.

HSL color Cylindrical-coordinate representation of color #036D01: hue angle of 118.89º 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 #036D01 is Cyan = 0.97, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.57.

Color convert

RGB31091-
CMYK0.9700.990.57
HSL118.89º98.18%21.57%-
HSV(B)118.89º99.08%42.75%-
XYZ5.5110.961.85-
YUV64.9991.8883.78-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.65%
GREEN value IS 109 (42.97% from 255) = 96.46%
BLUE value IS 1 (0.78% from 255) = 0.88%
R=2.65%
G=96.46%
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
Decimal310910.9700.990.57118.8998.1821.57
Hex36D16106339776216
Octal3155114101437116714226
Binary11110110111100001011000111110011110111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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