#056614

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

Shades of Green #056614

Tints of Green #056614

Color information

#056614 (or 0x056614) is unknown color: approx Green. HEX triplet: 05, 66 and 14. RGB value is (5,102,20). Sum of RGB (Red+Green+Blue) = 5+102+20=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 102 (40.23% from 255 or 80.31% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 102 - color contains mainly: green. Hex color #056614 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056614 is #FA99EB. Grayscale: #3F3F3F. Windows color (decimal): -16423404 or 1336837. OLE color: 1336837.

HSL color Cylindrical-coordinate representation of color #056614: hue angle of 129.28º 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 #056614 is Cyan = 0.95, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.6.

Color convert

RGB510220-
CMYK0.9500.800.6
HSL129.28º90.65%20.98%-
HSV(B)129.28º95.1%40%-
XYZ4.949.592.25-
YUV63.65103.3686.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 102 (40.23% from 255) = 80.31%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=3.94%
G=80.31%
B=15.75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5102200.9500.800.6129.2890.6520.98
Hex566145F0503C815b15
Octal51462413701207420113325
Binary10111001101010010111110101000011110010000001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056614; }

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

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

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

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

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

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

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

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