#036F10

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

Shades of Green #036F10

Tints of Green #036F10

Color information

#036F10 (or 0x036F10) is unknown color: approx Green. HEX triplet: 03, 6F and 10. RGB value is (3,111,16). Sum of RGB (Red+Green+Blue) = 3+111+16=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 111 (43.75% from 255 or 85.38% from 130); Blue value is 16 (6.64% from 255 or 12.31% from 130); Max value from RGB is 111 - color contains mainly: green. Hex color #036F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036F10 is #FC90EF. Grayscale: #444444. Windows color (decimal): -16552176 or 1076995. OLE color: 1076995.

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

Color convert

RGB311116-
CMYK0.9700.860.56
HSL127.22º94.74%22.35%-
HSV(B)127.22º97.3%43.53%-
XYZ5.8211.432.39-
YUV67.8898.7281.72-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 111 (43.75% from 255) = 85.38%
BLUE value IS 16 (6.64% from 255) = 12.31%
R=2.31%
G=85.38%
B=12.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3111160.9700.860.56127.2294.7422.35
Hex36F1061056387f5f16
Octal31572014101267017713726
Binary111101111100001100001010101101110001111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,111,16); }

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

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

 a { background-color: rgb(3,111,16); }

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

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

 span { border-color: rgb(3,111,16); }

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