Html Css Color HEX #053418 Dark Green

📋 copy color: '#053418'

red 5 ◦ green 52 ◦ blue 24

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

Shades of Dark Green #053418

Tints of Dark Green #053418

RGB

 RED value IS 5 (2.34% from 255) = 6.17%

 GREEN value IS 52 (20.7% from 255) = 64.2%

 BLUE value IS 24 (9.77% from 255) = 29.63%

R = 6.17%
G = 64.2%
B = 29.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.80

RGB Variations

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

Color information

#053418 (or 0x053418) is known color: Dark Green. HEX triplet: 05, 34 and 18. RGB value is (5,52,24). Sum of RGB (Red+Green+Blue) = 5+52+24=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 52 (20.70% from 255 or 64.20% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 52 - color contains mainly: green. Hex color #053418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053418 is #FACBE7. Grayscale: #222222. Windows color (decimal): -16436200 or 1586181. OLE color: 1586181.

HSL color Cylindrical-coordinate representation of color #053418: hue angle of 144.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053418 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 52 24 -
CMYK 0.90 0 0.54 0.80
HSL 144.26º 0.82% 0.11% -
HSV(B) 144.26º 0.9% 0.2% -
XYZ 1.46 2.55 1.28 -
YUV 34.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 5 52 24 0.90 0 0.54 0.80 144.26 0.82 0.11
Hex 5 34 18 5A 0 36 50 90 52 B
Octal 5 64 30 132 0 66 120 220 122 13
Binary 101 110100 11000 1011010 0 110110 1010000 10010000 1010010 1011

Color Harmonies of #053418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053418

Black with #053418

Text Example


Text Example

White with #053418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053418; }

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

 H1.HeaderClassName
 {
   color: #053418;
 }
 .AnyTagClassName
 {
   color: #053418;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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