Html Css Color HEX #052218 Dark Green

📋 copy color: '#052218'

red 5 ◦ green 34 ◦ blue 24

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

Shades of Dark Green #052218

Tints of Dark Green #052218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 53.97%

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

R = 7.94%
G = 53.97%
B = 38.1%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.29

 K value IS 0.87

RGB Variations

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

Color information

#052218 (or 0x052218) is known color: Dark Green. HEX triplet: 05, 22 and 18. RGB value is (5,34,24). Sum of RGB (Red+Green+Blue) = 5+34+24=63 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.94% from 63); Green value is 34 (13.67% from 255 or 53.97% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 34 - color contains mainly: green. Hex color #052218 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052218 is #FADDE7. Grayscale: #181818. Windows color (decimal): -16440808 or 1581573. OLE color: 1581573.

HSL color Cylindrical-coordinate representation of color #052218: hue angle of 159.31º degrees, saturation: 0.74, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #052218 is Cyan = 0.85, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.87.

Color convert

RGB 5 34 24 -
CMYK 0.85 0 0.29 0.87
HSL 159.31º 0.74% 0.08% -
HSV(B) 159.31º 0.85% 0.13% -
XYZ 0.8 1.24 1.06 -
YUV 24.19 127.89 114.31 -
System Red Green Blue C M Y K H S L
Decimal 5 34 24 0.85 0 0.29 0.87 159.31 0.74 0.08
Hex 5 22 18 55 0 1D 57 9F 4A 8
Octal 5 42 30 125 0 35 127 237 112 10
Binary 101 100010 11000 1010101 0 11101 1010111 10011111 1001010 1000

Color Harmonies of #052218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052218

Black with #052218

Text Example


Text Example

White with #052218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052218; }

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

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

background-color css

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

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

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

border-color css

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

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

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