Html Css Color HEX #053322 Dark Green

📋 copy color: '#053322'

red 5 ◦ green 51 ◦ blue 34

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

Shades of Dark Green #053322

Tints of Dark Green #053322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 37.78%

R = 5.56%
G = 56.67%
B = 37.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.8

RGB Variations

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

Color information

#053322 (or 0x053322) is known color: Dark Green. HEX triplet: 05, 33 and 22. RGB value is (5,51,34). Sum of RGB (Red+Green+Blue) = 5+51+34=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 51 (20.31% from 255 or 56.67% from 90); Blue value is 34 (13.67% from 255 or 37.78% from 90); Max value from RGB is 51 - color contains mainly: green. Hex color #053322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053322 is #FACCDD. Grayscale: #232323. Windows color (decimal): -16436446 or 2241285. OLE color: 2241285.

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

Color convert

RGB 5 51 34 -
CMYK 0.90 0 0.33 0.8
HSL 157.83º 0.82% 0.11% -
HSV(B) 157.83º 0.9% 0.2% -
XYZ 1.54 2.52 1.92 -
YUV 35.31 127.26 106.38 -
System Red Green Blue C M Y K H S L
Decimal 5 51 34 0.90 0 0.33 0.8 157.83 0.82 0.11
Hex 5 33 22 5A 0 21 50 9E 52 B
Octal 5 63 42 132 0 41 120 236 122 13
Binary 101 110011 100010 1011010 0 100001 1010000 10011110 1010010 1011

Color Harmonies of #053322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053322

Black with #053322

Text Example


Text Example

White with #053322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053322; }

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

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

background-color css

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

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

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

border-color css

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

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

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