Html Css Color HEX #052418 Dark Green

📋 copy color: '#052418'

red 5 ◦ green 36 ◦ blue 24

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

Shades of Dark Green #052418

Tints of Dark Green #052418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 55.38%

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

R = 7.69%
G = 55.38%
B = 36.92%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.86

RGB Variations

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

Color information

#052418 (or 0x052418) is known color: Dark Green. HEX triplet: 05, 24 and 18. RGB value is (5,36,24). Sum of RGB (Red+Green+Blue) = 5+36+24=65 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.69% from 65); Green value is 36 (14.45% from 255 or 55.38% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 36 - color contains mainly: green. Hex color #052418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052418 is #FADBE7. Grayscale: #191919. Windows color (decimal): -16440296 or 1582085. OLE color: 1582085.

HSL color Cylindrical-coordinate representation of color #052418: hue angle of 156.77º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052418 is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 36 24 -
CMYK 0.86 0 0.33 0.86
HSL 156.77º 0.76% 0.08% -
HSV(B) 156.77º 0.86% 0.14% -
XYZ 0.86 1.36 1.08 -
YUV 25.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 5 36 24 0.86 0 0.33 0.86 156.77 0.76 0.08
Hex 5 24 18 56 0 21 56 9D 4C 8
Octal 5 44 30 126 0 41 126 235 114 10
Binary 101 100100 11000 1010110 0 100001 1010110 10011101 1001100 1000

Color Harmonies of #052418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052418

Black with #052418

Text Example


Text Example

White with #052418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052418; }

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

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

background-color css

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

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

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

border-color css

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

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

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