Html Css Color HEX #053221 Dark Green

📋 copy color: '#053221'

red 5 ◦ green 50 ◦ blue 33

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

Shades of Dark Green #053221

Tints of Dark Green #053221

RGB

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

 GREEN value IS 50 (19.92% from 255) = 56.82%

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

R = 5.68%
G = 56.82%
B = 37.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.80

RGB Variations

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

Color information

#053221 (or 0x053221) is known color: Dark Green. HEX triplet: 05, 32 and 21. RGB value is (5,50,33). Sum of RGB (Red+Green+Blue) = 5+50+33=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #053221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053221 is #FACDDE. Grayscale: #222222. Windows color (decimal): -16436703 or 2175493. OLE color: 2175493.

HSL color Cylindrical-coordinate representation of color #053221: hue angle of 157.33º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053221 is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 33 -
CMYK 0.90 0 0.34 0.80
HSL 157.33º 0.82% 0.11% -
HSV(B) 157.33º 0.9% 0.2% -
XYZ 1.48 2.42 1.83 -
YUV 34.61 127.09 106.88 -
System Red Green Blue C M Y K H S L
Decimal 5 50 33 0.90 0 0.34 0.80 157.33 0.82 0.11
Hex 5 32 21 5A 0 22 50 9D 52 B
Octal 5 62 41 132 0 42 120 235 122 13
Binary 101 110010 100001 1011010 0 100010 1010000 10011101 1010010 1011

Color Harmonies of #053221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053221

Black with #053221

Text Example


Text Example

White with #053221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053221; }

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

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

background-color css

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

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

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

border-color css

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

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

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