#056612

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

Shades of Green #056612

Tints of Green #056612

Color information

#056612 (or 0x056612) is unknown color: approx Green. HEX triplet: 05, 66 and 12. RGB value is (5,102,18). Sum of RGB (Red+Green+Blue) = 5+102+18=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 102 (40.23% from 255 or 81.6% from 125); Blue value is 18 (7.42% from 255 or 14.4% from 125); Max value from RGB is 102 - color contains mainly: green. Hex color #056612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056612 is #FA99ED. Grayscale: #3F3F3F. Windows color (decimal): -16423406 or 1205765. OLE color: 1205765.

HSL color Cylindrical-coordinate representation of color #056612: hue angle of 128.04º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056612 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB510218-
CMYK0.9500.820.6
HSL128.04º90.65%20.98%-
HSV(B)128.04º95.1%40%-
XYZ4.929.582.16-
YUV63.42102.3686.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 102 (40.23% from 255) = 81.6%
BLUE value IS 18 (7.42% from 255) = 14.4%
R=4%
G=81.6%
B=14.4%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102180.9500.820.6128.0490.6520.98
Hex566125F0523C805b15
Octal51462213701227420013325
Binary10111001101001010111110101001011110010000000101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056612; }

 p { color: rgb(5,102,18); }

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

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

 a { background-color: rgb(5,102,18); }

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

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

 span { border-color: rgb(5,102,18); }

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