Html Css Color HEX #052624 Dark Green

📋 copy color: '#052624'

red 5 ◦ green 38 ◦ blue 36

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

Shades of Dark Green #052624

Tints of Dark Green #052624

RGB

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

 GREEN value IS 38 (15.23% from 255) = 48.1%

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

R = 6.33%
G = 48.1%
B = 45.57%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.05

 K value IS 0.85

RGB Variations

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

Color information

#052624 (or 0x052624) is known color: Dark Green. HEX triplet: 05, 26 and 24. RGB value is (5,38,36). Sum of RGB (Red+Green+Blue) = 5+38+36=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 38 (15.23% from 255 or 48.10% from 79); Blue value is 36 (14.45% from 255 or 45.57% from 79); Max value from RGB is 38 - color contains mainly: green. Hex color #052624 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052624 is #FAD9DB. Grayscale: #1B1B1B. Windows color (decimal): -16439772 or 2369029. OLE color: 2369029.

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

Color convert

RGB 5 38 36 -
CMYK 0.87 0 0.05 0.85
HSL 176.36º 0.77% 0.08% -
HSV(B) 176.36º 0.87% 0.15% -
XYZ 1.07 1.55 1.91 -
YUV 27.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 5 38 36 0.87 0 0.05 0.85 176.36 0.77 0.08
Hex 5 26 24 57 0 5 55 B0 4D 8
Octal 5 46 44 127 0 5 125 260 115 10
Binary 101 100110 100100 1010111 0 101 1010101 10110000 1001101 1000

Color Harmonies of #052624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052624

Black with #052624

Text Example


Text Example

White with #052624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052624; }

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

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

background-color css

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

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

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

border-color css

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

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

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