#036312

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

Shades of Green #036312

Tints of Green #036312

Color information

#036312 (or 0x036312) is unknown color: approx Green. HEX triplet: 03, 63 and 12. RGB value is (3,99,18). Sum of RGB (Red+Green+Blue) = 3+99+18=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #036312 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #036312 is #FC9CED. Grayscale: #3D3D3D. Windows color (decimal): -16555246 or 1204995. OLE color: 1204995.

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

Color convert

RGB39918-
CMYK0.9700.820.61
HSL129.38º94.12%20%-
HSV(B)129.38º96.97%38.82%-
XYZ4.618.992.06-
YUV61.06103.786.59-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.5%
GREEN value IS 99 (39.06% from 255) = 82.5%
BLUE value IS 18 (7.42% from 255) = 15%
R=2.5%
G=82.5%
B=15%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal399180.9700.820.61129.3894.1220
Hex36312610523D815e14
Octal31432214101227520113624
Binary1111000111001011000010101001011110110000001101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #036312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #036312; }

 p { color: rgb(3,99,18); }

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

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

 a { background-color: rgb(3,99,18); }

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

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

 span { border-color: rgb(3,99,18); }

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