#056B18

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

Shades of Green #056B18

Tints of Green #056B18

Color information

#056B18 (or 0x056B18) is unknown color: approx Green. HEX triplet: 05, 6B and 18. RGB value is (5,107,24). Sum of RGB (Red+Green+Blue) = 5+107+24=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 107 (42.19% from 255 or 78.68% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 107 - color contains mainly: green. Hex color #056B18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056B18 is #FA94E7. Grayscale: #434343. Windows color (decimal): -16422120 or 1600261. OLE color: 1600261.

HSL color Cylindrical-coordinate representation of color #056B18: hue angle of 131.18º 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 #056B18 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.58.

Color convert

RGB510724-
CMYK0.9500.780.58
HSL131.18º91.07%21.96%-
HSV(B)131.18º95.33%41.96%-
XYZ5.4910.612.62-
YUV67.04103.7183.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 107 (42.19% from 255) = 78.68%
BLUE value IS 24 (9.77% from 255) = 17.65%
R=3.68%
G=78.68%
B=17.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5107240.9500.780.58131.1891.0721.96
Hex56B185F04E3A835b16
Octal51533013701167220313326
Binary10111010111100010111110100111011101010000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,107,24); }

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

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

 a { background-color: rgb(5,107,24); }

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

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

 span { border-color: rgb(5,107,24); }

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