Html Css Color HEX #053224 Dark Green

📋 copy color: '#053224'

red 5 ◦ green 50 ◦ blue 36

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

Shades of Dark Green #053224

Tints of Dark Green #053224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 39.56%

R = 5.49%
G = 54.95%
B = 39.56%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.28

 K value IS 0.80

RGB Variations

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

Color information

#053224 (or 0x053224) is known color: Dark Green. HEX triplet: 05, 32 and 24. RGB value is (5,50,36). Sum of RGB (Red+Green+Blue) = 5+50+36=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 50 (19.92% from 255 or 54.95% from 91); Blue value is 36 (14.45% from 255 or 39.56% from 91); Max value from RGB is 50 - color contains mainly: green. Hex color #053224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053224 is #FACDDB. Grayscale: #222222. Windows color (decimal): -16436700 or 2372101. OLE color: 2372101.

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

Color convert

RGB 5 50 36 -
CMYK 0.90 0 0.28 0.80
HSL 161.33º 0.82% 0.11% -
HSV(B) 161.33º 0.9% 0.2% -
XYZ 1.52 2.44 2.06 -
YUV 34.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 5 50 36 0.90 0 0.28 0.80 161.33 0.82 0.11
Hex 5 32 24 5A 0 1C 50 A1 52 B
Octal 5 62 44 132 0 34 120 241 122 13
Binary 101 110010 100100 1011010 0 11100 1010000 10100001 1010010 1011

Color Harmonies of #053224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053224

Black with #053224

Text Example


Text Example

White with #053224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053224; }

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

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

background-color css

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

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

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

border-color css

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

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

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