Html Css Color HEX #052824 Dark Green

📋 copy color: '#052824'

red 5 ◦ green 40 ◦ blue 36

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

Shades of Dark Green #052824

Tints of Dark Green #052824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 49.38%

 BLUE value IS 36 (14.45% from 255) = 44.44%

R = 6.17%
G = 49.38%
B = 44.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.84

RGB Variations

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

Color information

#052824 (or 0x052824) is known color: Dark Green. HEX triplet: 05, 28 and 24. RGB value is (5,40,36). Sum of RGB (Red+Green+Blue) = 5+40+36=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 40 (16.02% from 255 or 49.38% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 40 - color contains mainly: green. Hex color #052824 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052824 is #FAD7DB. Grayscale: #1D1D1D. Windows color (decimal): -16439260 or 2369541. OLE color: 2369541.

HSL color Cylindrical-coordinate representation of color #052824: hue angle of 173.14º degrees, saturation: 0.78, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #052824 is Cyan = 0.88, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 40 36 -
CMYK 0.88 0 0.10 0.84
HSL 173.14º 0.78% 0.09% -
HSV(B) 173.14º 0.88% 0.16% -
XYZ 1.14 1.68 1.93 -
YUV 29.08 131.9 110.83 -
System Red Green Blue C M Y K H S L
Decimal 5 40 36 0.88 0 0.10 0.84 173.14 0.78 0.09
Hex 5 28 24 58 0 A 54 AD 4E 9
Octal 5 50 44 130 0 12 124 255 116 11
Binary 101 101000 100100 1011000 0 1010 1010100 10101101 1001110 1001

Color Harmonies of #052824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052824

Black with #052824

Text Example


Text Example

White with #052824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052824; }

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

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

background-color css

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

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

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

border-color css

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

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

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