Html Css Color HEX #053321 Dark Green

📋 copy color: '#053321'

red 5 ◦ green 51 ◦ blue 33

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

Shades of Dark Green #053321

Tints of Dark Green #053321

RGB

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

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

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

R = 5.62%
G = 57.3%
B = 37.08%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#053321 (or 0x053321) is known color: Dark Green. HEX triplet: 05, 33 and 21. RGB value is (5,51,33). Sum of RGB (Red+Green+Blue) = 5+51+33=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 51 (20.31% from 255 or 57.30% from 89); Blue value is 33 (13.28% from 255 or 37.08% from 89); Max value from RGB is 51 - color contains mainly: green. Hex color #053321 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053321 is #FACCDE. Grayscale: #232323. Windows color (decimal): -16436447 or 2175749. OLE color: 2175749.

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

Color convert

RGB 5 51 33 -
CMYK 0.90 0 0.35 0.8
HSL 156.52º 0.82% 0.11% -
HSV(B) 156.52º 0.9% 0.2% -
XYZ 1.52 2.51 1.84 -
YUV 35.19 126.76 106.46 -
System Red Green Blue C M Y K H S L
Decimal 5 51 33 0.90 0 0.35 0.8 156.52 0.82 0.11
Hex 5 33 21 5A 0 23 50 9D 52 B
Octal 5 63 41 132 0 43 120 235 122 13
Binary 101 110011 100001 1011010 0 100011 1010000 10011101 1010010 1011

Color Harmonies of #053321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053321

Black with #053321

Text Example


Text Example

White with #053321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053321; }

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

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

background-color css

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

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

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

border-color css

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

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

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