Html Css Color HEX #052118 Dark Green

📋 copy color: '#052118'

red 5 ◦ green 33 ◦ blue 24

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

Shades of Dark Green #052118

Tints of Dark Green #052118

RGB

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

 GREEN value IS 33 (13.28% from 255) = 53.23%

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

R = 8.06%
G = 53.23%
B = 38.71%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.27

 K value IS 0.87

RGB Variations

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

Color information

#052118 (or 0x052118) is known color: Dark Green. HEX triplet: 05, 21 and 18. RGB value is (5,33,24). Sum of RGB (Red+Green+Blue) = 5+33+24=62 (8% of max value = 765). Red value is 5 (2.34% from 255 or 8.06% from 62); Green value is 33 (13.28% from 255 or 53.23% from 62); Blue value is 24 (9.77% from 255 or 38.71% from 62); Max value from RGB is 33 - color contains mainly: green. Hex color #052118 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052118 is #FADEE7. Grayscale: #171717. Windows color (decimal): -16441064 or 1581317. OLE color: 1581317.

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

Color convert

RGB 5 33 24 -
CMYK 0.85 0 0.27 0.87
HSL 160.71º 0.74% 0.07% -
HSV(B) 160.71º 0.85% 0.13% -
XYZ 0.77 1.19 1.05 -
YUV 23.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 5 33 24 0.85 0 0.27 0.87 160.71 0.74 0.07
Hex 5 21 18 55 0 1B 57 A1 4A 7
Octal 5 41 30 125 0 33 127 241 112 7
Binary 101 100001 11000 1010101 0 11011 1010111 10100001 1001010 111

Color Harmonies of #052118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052118

Black with #052118

Text Example


Text Example

White with #052118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052118; }

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

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

background-color css

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

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

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

border-color css

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

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

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