#057118

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

Shades of Green #057118

Tints of Green #057118

Color information

#057118 (or 0x057118) is unknown color: approx Green. HEX triplet: 05, 71 and 18. RGB value is (5,113,24). Sum of RGB (Red+Green+Blue) = 5+113+24=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 113 (44.53% from 255 or 79.58% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 113 - color contains mainly: green. Hex color #057118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #057118 is #FA8EE7. Grayscale: #464646. Windows color (decimal): -16420584 or 1601797. OLE color: 1601797.

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

Color convert

RGB511324-
CMYK0.9600.790.56
HSL130.56º91.53%23.14%-
HSV(B)130.56º95.58%44.31%-
XYZ6.1311.912.84-
YUV70.56101.7281.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 113 (44.53% from 255) = 79.58%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=3.52%
G=79.58%
B=16.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5113240.9600.790.56130.5691.5323.14
Hex571186004F38835c17
Octal51613014001177020313427
Binary10111100011100011000000100111111100010000011101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057118; }

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

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

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

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

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

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

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

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