#056A13

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

Shades of Green #056A13

Tints of Green #056A13

Color information

#056A13 (or 0x056A13) is unknown color: approx Green. HEX triplet: 05, 6A and 13. RGB value is (5,106,19). Sum of RGB (Red+Green+Blue) = 5+106+19=130 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.85% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 19 (7.81% from 255 or 14.62% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #056A13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A13 is #FA95EC. Grayscale: #424242. Windows color (decimal): -16422381 or 1272325. OLE color: 1272325.

HSL color Cylindrical-coordinate representation of color #056A13: hue angle of 128.32º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A13 is Cyan = 0.95, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB510619-
CMYK0.9500.820.58
HSL128.32º90.99%21.76%-
HSV(B)128.32º95.28%41.57%-
XYZ5.3310.392.34-
YUV65.88101.5484.57-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.85%
GREEN value IS 106 (41.80% from 255) = 81.54%
BLUE value IS 19 (7.81% from 255) = 14.62%
R=3.85%
G=81.54%
B=14.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5106190.9500.820.58128.3290.9921.76
Hex56A135F0523A805b16
Octal51522313701227220013326
Binary10111010101001110111110101001011101010000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #056A13; }

 p { color: rgb(5,106,19); }

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

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

 a { background-color: rgb(5,106,19); }

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

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

 span { border-color: rgb(5,106,19); }

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