Html Css Color HEX #052321 Dark Green

📋 copy color: '#052321'

red 5 ◦ green 35 ◦ blue 33

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

Shades of Dark Green #052321

Tints of Dark Green #052321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 45.21%

R = 6.85%
G = 47.95%
B = 45.21%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.06

 K value IS 0.86

RGB Variations

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

Color information

#052321 (or 0x052321) is known color: Dark Green. HEX triplet: 05, 23 and 21. RGB value is (5,35,33). Sum of RGB (Red+Green+Blue) = 5+35+33=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #052321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052321 is #FADCDE. Grayscale: #191919. Windows color (decimal): -16440543 or 2171653. OLE color: 2171653.

HSL color Cylindrical-coordinate representation of color #052321: hue angle of 176º 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 #052321 is Cyan = 0.86, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.86.

Color convert

RGB 5 35 33 -
CMYK 0.86 0 0.06 0.86
HSL 176º 0.75% 0.08% -
HSV(B) 176º 0.86% 0.14% -
XYZ 0.94 1.34 1.65 -
YUV 25.8 132.06 113.16 -
System Red Green Blue C M Y K H S L
Decimal 5 35 33 0.86 0 0.06 0.86 176 0.75 0.08
Hex 5 23 21 56 0 6 56 B0 4B 8
Octal 5 43 41 126 0 6 126 260 113 10
Binary 101 100011 100001 1010110 0 110 1010110 10110000 1001011 1000

Color Harmonies of #052321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052321

Black with #052321

Text Example


Text Example

White with #052321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052321; }

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

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

background-color css

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

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

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

border-color css

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

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

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