Html Css Color HEX #052320 Dark Green

📋 copy color: '#052320'

red 5 ◦ green 35 ◦ blue 32

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

Shades of Dark Green #052320

Tints of Dark Green #052320

RGB

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

 GREEN value IS 35 (14.06% from 255) = 48.61%

 BLUE value IS 32 (12.89% from 255) = 44.44%

R = 6.94%
G = 48.61%
B = 44.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.09

 K value IS 0.86

RGB Variations

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

Color information

#052320 (or 0x052320) is known color: Dark Green. HEX triplet: 05, 23 and 20. RGB value is (5,35,32). Sum of RGB (Red+Green+Blue) = 5+35+32=72 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.94% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 32 (12.89% from 255 or 44.44% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #052320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052320 is #FADCDF. Grayscale: #191919. Windows color (decimal): -16440544 or 2106117. OLE color: 2106117.

HSL color Cylindrical-coordinate representation of color #052320: hue angle of 174º degrees, saturation: 0.75, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #052320 is Cyan = 0.86, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 32 -
CMYK 0.86 0 0.09 0.86
HSL 174º 0.75% 0.08% -
HSV(B) 174º 0.86% 0.14% -
XYZ 0.92 1.34 1.58 -
YUV 25.69 131.56 113.24 -
System Red Green Blue C M Y K H S L
Decimal 5 35 32 0.86 0 0.09 0.86 174 0.75 0.08
Hex 5 23 20 56 0 9 56 AE 4B 8
Octal 5 43 40 126 0 11 126 256 113 10
Binary 101 100011 100000 1010110 0 1001 1010110 10101110 1001011 1000

Color Harmonies of #052320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052320

Black with #052320

Text Example


Text Example

White with #052320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052320; }

 p { color: rgb(5,35,32); }

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

background-color css

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

 a { background-color: rgb(5,35,32); }

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

border-color css

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

 span { border-color: rgb(5,35,32); }

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