#053118

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

Shades of Dark Green #053118

Tints of Dark Green #053118

Color information

#053118 (or 0x053118) is unknown color: approx Dark Green. HEX triplet: 05, 31 and 18. RGB value is (5,49,24). Sum of RGB (Red+Green+Blue) = 5+49+24=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 49 (19.53% from 255 or 62.82% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 49 - color contains mainly: green. Hex color #053118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053118 is #FACEE7. Grayscale: #212121. Windows color (decimal): -16436968 or 1585413. OLE color: 1585413.

HSL color Cylindrical-coordinate representation of color #053118: hue angle of 145.91º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053118 is Cyan = 0.90, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.81.

Color convert

RGB54924-
CMYK0.9000.510.81
HSL145.91º81.48%10.59%-
HSV(B)145.91º89.8%19.22%-
XYZ1.332.291.24-
YUV32.99122.92108.03-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 6.41%
GREEN value IS 49 (19.53% from 255) = 62.82%
BLUE value IS 24 (9.77% from 255) = 30.77%
R=6.41%
G=62.82%
B=30.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal549240.9000.510.81145.9181.4810.59
Hex531185A033519251b
Octal5613013206312122212113
Binary101110001110001011010011001110100011001001010100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053118; }

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

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

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

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

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

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

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

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