#036D00

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

Shades of Green #036D00

Tints of Green #036D00

Color information

#036D00 (or 0x036D00) is unknown color: approx Green. HEX triplet: 03, 6D and 00. RGB value is (3,109,0). Sum of RGB (Red+Green+Blue) = 3+109+0=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 109 (42.97% from 255 or 97.32% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 109 - color contains mainly: green. Hex color #036D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036D00 is #FC92FF. Grayscale: #414141. Windows color (decimal): -16552704 or 27907. OLE color: 27907.

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

Color convert

RGB31090-
CMYK0.97010.57
HSL118.35º100%21.37%-
HSV(B)118.35º100%42.75%-
XYZ5.5110.961.82-
YUV64.8891.3883.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.68%
GREEN value IS 109 (42.97% from 255) = 97.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=2.68%
G=97.32%
B=0%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal310900.97010.57118.3510021.37
Hex36D06106439766415
Octal3155014101447116614425
Binary11110110101100001011001001110011110110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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