#036B0E

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

Shades of Green #036B0E

Tints of Green #036B0E

Color information

#036B0E (or 0x036B0E) is unknown color: approx Green. HEX triplet: 03, 6B and 0E. RGB value is (3,107,14). Sum of RGB (Red+Green+Blue) = 3+107+14=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 107 (42.19% from 255 or 86.29% from 124); Blue value is 14 (5.86% from 255 or 11.29% from 124); Max value from RGB is 107 - color contains mainly: green. Hex color #036B0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036B0E is #FC94F1. Grayscale: #414141. Windows color (decimal): -16553202 or 944899. OLE color: 944899.

HSL color Cylindrical-coordinate representation of color #036B0E: hue angle of 126.35º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036B0E is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB310714-
CMYK0.9700.870.58
HSL126.35º94.55%21.57%-
HSV(B)126.35º97.2%41.96%-
XYZ5.3710.572.17-
YUV65.399.0483.56-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.42%
GREEN value IS 107 (42.19% from 255) = 86.29%
BLUE value IS 14 (5.86% from 255) = 11.29%
R=2.42%
G=86.29%
B=11.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3107140.9700.870.58126.3594.5521.57
Hex36BE610573A7e5f16
Octal31531614101277217613726
Binary11110101111101100001010101111110101111110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,107,14); }

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

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

 a { background-color: rgb(3,107,14); }

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

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

 span { border-color: rgb(3,107,14); }

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