Html Css Color HEX #052518 Dark Green

📋 copy color: '#052518'

red 5 ◦ green 37 ◦ blue 24

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

Shades of Dark Green #052518

Tints of Dark Green #052518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 56.06%

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

R = 7.58%
G = 56.06%
B = 36.36%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.35

 K value IS 0.85

RGB Variations

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

Color information

#052518 (or 0x052518) is known color: Dark Green. HEX triplet: 05, 25 and 18. RGB value is (5,37,24). Sum of RGB (Red+Green+Blue) = 5+37+24=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 37 (14.84% from 255 or 56.06% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 37 - color contains mainly: green. Hex color #052518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #052518 is #FADAE7. Grayscale: #191919. Windows color (decimal): -16440040 or 1582341. OLE color: 1582341.

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

Color convert

RGB 5 37 24 -
CMYK 0.86 0 0.35 0.85
HSL 155.63º 0.76% 0.08% -
HSV(B) 155.63º 0.86% 0.15% -
XYZ 0.89 1.42 1.09 -
YUV 25.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 5 37 24 0.86 0 0.35 0.85 155.63 0.76 0.08
Hex 5 25 18 56 0 23 55 9C 4C 8
Octal 5 45 30 126 0 43 125 234 114 10
Binary 101 100101 11000 1010110 0 100011 1010101 10011100 1001100 1000

Color Harmonies of #052518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052518

Black with #052518

Text Example


Text Example

White with #052518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052518; }

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

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

background-color css

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

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

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

border-color css

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

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

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