Html Css Color HEX #053222 Dark Green

📋 copy color: '#053222'

red 5 ◦ green 50 ◦ blue 34

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

Shades of Dark Green #053222

Tints of Dark Green #053222

RGB

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

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

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

R = 5.62%
G = 56.18%
B = 38.2%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.80

RGB Variations

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

Color information

#053222 (or 0x053222) is known color: Dark Green. HEX triplet: 05, 32 and 22. RGB value is (5,50,34). Sum of RGB (Red+Green+Blue) = 5+50+34=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 50 (19.92% from 255 or 56.18% from 89); Blue value is 34 (13.67% from 255 or 38.20% from 89); Max value from RGB is 50 - color contains mainly: green. Hex color #053222 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053222 is #FACDDD. Grayscale: #222222. Windows color (decimal): -16436702 or 2241029. OLE color: 2241029.

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

Color convert

RGB 5 50 34 -
CMYK 0.90 0 0.32 0.80
HSL 158.67º 0.82% 0.11% -
HSV(B) 158.67º 0.9% 0.2% -
XYZ 1.49 2.43 1.9 -
YUV 34.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 5 50 34 0.90 0 0.32 0.80 158.67 0.82 0.11
Hex 5 32 22 5A 0 20 50 9F 52 B
Octal 5 62 42 132 0 40 120 237 122 13
Binary 101 110010 100010 1011010 0 100000 1010000 10011111 1010010 1011

Color Harmonies of #053222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053222

Black with #053222

Text Example


Text Example

White with #053222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053222; }

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

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

background-color css

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

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

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

border-color css

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

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

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