#057418

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

Shades of Green #057418

Tints of Green #057418

Color information

#057418 (or 0x057418) is unknown color: approx Green. HEX triplet: 05, 74 and 18. RGB value is (5,116,24). Sum of RGB (Red+Green+Blue) = 5+116+24=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 116 (45.70% from 255 or 80% from 145); Blue value is 24 (9.77% from 255 or 16.55% from 145); Max value from RGB is 116 - color contains mainly: green. Hex color #057418 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057418 is #FA8BE7. Grayscale: #484848. Windows color (decimal): -16419816 or 1602565. OLE color: 1602565.

HSL color Cylindrical-coordinate representation of color #057418: hue angle of 130.27º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #057418 is Cyan = 0.96, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB511624-
CMYK0.9600.790.55
HSL130.27º91.74%23.73%-
HSV(B)130.27º95.69%45.49%-
XYZ6.4712.592.95-
YUV72.32100.7379.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.45%
GREEN value IS 116 (45.70% from 255) = 80%
BLUE value IS 24 (9.77% from 255) = 16.55%
R=3.45%
G=80%
B=16.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5116240.9600.790.55130.2791.7423.73
Hex574186004F37825c18
Octal51643014001176720213430
Binary10111101001100011000000100111111011110000010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057418; }

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

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

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

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

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

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

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

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