Html Css Color HEX #053320 Dark Green

📋 copy color: '#053320'

red 5 ◦ green 51 ◦ blue 32

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

Shades of Dark Green #053320

Tints of Dark Green #053320

RGB

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

 GREEN value IS 51 (20.31% from 255) = 57.95%

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

R = 5.68%
G = 57.95%
B = 36.36%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.8

RGB Variations

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

Color information

#053320 (or 0x053320) is known color: Dark Green. HEX triplet: 05, 33 and 20. RGB value is (5,51,32). Sum of RGB (Red+Green+Blue) = 5+51+32=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 51 (20.31% from 255 or 57.95% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 51 - color contains mainly: green. Hex color #053320 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053320 is #FACCDF. Grayscale: #232323. Windows color (decimal): -16436448 or 2110213. OLE color: 2110213.

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

Color convert

RGB 5 51 32 -
CMYK 0.90 0 0.37 0.8
HSL 155.22º 0.82% 0.11% -
HSV(B) 155.22º 0.9% 0.2% -
XYZ 1.51 2.5 1.77 -
YUV 35.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 5 51 32 0.90 0 0.37 0.8 155.22 0.82 0.11
Hex 5 33 20 5A 0 25 50 9B 52 B
Octal 5 63 40 132 0 45 120 233 122 13
Binary 101 110011 100000 1011010 0 100101 1010000 10011011 1010010 1011

Color Harmonies of #053320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053320

Black with #053320

Text Example


Text Example

White with #053320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053320; }

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

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

background-color css

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

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

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

border-color css

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

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

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