Html Css Color HEX #053118 Dark Green

📋 copy color: '#053118'

red 5 ◦ green 49 ◦ blue 24

#053118
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #053118

Tints of Dark Green #053118

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 value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.81

RGB Variations

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

Color information

#053118 (or 0x053118) is known color: 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

RGB 5 49 24 -
CMYK 0.90 0 0.51 0.81
HSL 145.91º 0.81% 0.11% -
HSV(B) 145.91º 0.9% 0.19% -
XYZ 1.33 2.29 1.24 -
YUV 32.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 5 49 24 0.90 0 0.51 0.81 145.91 0.81 0.11
Hex 5 31 18 5A 0 33 51 92 51 B
Octal 5 61 30 132 0 63 121 222 121 13
Binary 101 110001 11000 1011010 0 110011 1010001 10010010 1010001 1011

Color Harmonies of #053118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053118

Black with #053118

Text Example


Text Example

White with #053118

Text Example


Text Example

HTML Codes & Css Web 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>