Html Css Color HEX #053220 Dark Green

📋 copy color: '#053220'

red 5 ◦ green 50 ◦ blue 32

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

Shades of Dark Green #053220

Tints of Dark Green #053220

RGB

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

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

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

R = 5.75%
G = 57.47%
B = 36.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.36

 K value IS 0.80

RGB Variations

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

Color information

#053220 (or 0x053220) is known color: Dark Green. HEX triplet: 05, 32 and 20. RGB value is (5,50,32). Sum of RGB (Red+Green+Blue) = 5+50+32=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 50 (19.92% from 255 or 57.47% from 87); Blue value is 32 (12.89% from 255 or 36.78% from 87); Max value from RGB is 50 - color contains mainly: green. Hex color #053220 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053220 is #FACDDF. Grayscale: #222222. Windows color (decimal): -16436704 or 2109957. OLE color: 2109957.

HSL color Cylindrical-coordinate representation of color #053220: hue angle of 156º 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 #053220 is Cyan = 0.90, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.80.

Color convert

RGB 5 50 32 -
CMYK 0.90 0 0.36 0.80
HSL 156º 0.82% 0.11% -
HSV(B) 156º 0.9% 0.2% -
XYZ 1.46 2.42 1.76 -
YUV 34.49 126.59 106.96 -
System Red Green Blue C M Y K H S L
Decimal 5 50 32 0.90 0 0.36 0.80 156 0.82 0.11
Hex 5 32 20 5A 0 24 50 9C 52 B
Octal 5 62 40 132 0 44 120 234 122 13
Binary 101 110010 100000 1011010 0 100100 1010000 10011100 1010010 1011

Color Harmonies of #053220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053220

Black with #053220

Text Example


Text Example

White with #053220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053220; }

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

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

background-color css

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

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

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

border-color css

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

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

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