#056C18

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

Shades of Green #056C18

Tints of Green #056C18

Color information

#056C18 (or 0x056C18) is unknown color: approx Green. HEX triplet: 05, 6C and 18. RGB value is (5,108,24). Sum of RGB (Red+Green+Blue) = 5+108+24=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 108 (42.58% from 255 or 78.83% from 137); Blue value is 24 (9.77% from 255 or 17.52% from 137); Max value from RGB is 108 - color contains mainly: green. Hex color #056C18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056C18 is #FA93E7. Grayscale: #434343. Windows color (decimal): -16421864 or 1600517. OLE color: 1600517.

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

Color convert

RGB510824-
CMYK0.9500.780.58
HSL131.07º91.15%22.16%-
HSV(B)131.07º95.37%42.35%-
XYZ5.5910.822.66-
YUV67.63103.3883.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.65%
GREEN value IS 108 (42.58% from 255) = 78.83%
BLUE value IS 24 (9.77% from 255) = 17.52%
R=3.65%
G=78.83%
B=17.52%

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
Decimal5108240.9500.780.58131.0791.1522.16
Hex56C185F04E3A835b16
Octal51543013701167220313326
Binary10111011001100010111110100111011101010000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #056C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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