#036211

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

Shades of Green #036211

Tints of Green #036211

Color information

#036211 (or 0x036211) is unknown color: approx Green. HEX triplet: 03, 62 and 11. RGB value is (3,98,17). Sum of RGB (Red+Green+Blue) = 3+98+17=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 98 (38.67% from 255 or 83.05% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 98 - color contains mainly: green. Hex color #036211 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036211 is #FC9DEE. Grayscale: #3C3C3C. Windows color (decimal): -16555503 or 1139203. OLE color: 1139203.

HSL color Cylindrical-coordinate representation of color #036211: hue angle of 128.84º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #036211 is Cyan = 0.97, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB39817-
CMYK0.9700.830.62
HSL128.84º94.06%19.8%-
HSV(B)128.84º96.94%38.43%-
XYZ4.518.81.99-
YUV60.36103.5387.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 98 (38.67% from 255) = 83.05%
BLUE value IS 17 (7.03% from 255) = 14.41%
R=2.54%
G=83.05%
B=14.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal398170.9700.830.62128.8494.0619.8
Hex36211610533E815e14
Octal31422114101237620113624
Binary1111000101000111000010101001111111010000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036211; }

 p { color: rgb(3,98,17); }

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

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

 a { background-color: rgb(3,98,17); }

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

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

 span { border-color: rgb(3,98,17); }

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