Html Css Color HEX #053228 Dark Green

📋 copy color: '#053228'

red 5 ◦ green 50 ◦ blue 40

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

Shades of Dark Green #053228

Tints of Dark Green #053228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 42.11%

R = 5.26%
G = 52.63%
B = 42.11%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.20

 K value IS 0.80

RGB Variations

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

Color information

#053228 (or 0x053228) is known color: Dark Green. HEX triplet: 05, 32 and 28. RGB value is (5,50,40). Sum of RGB (Red+Green+Blue) = 5+50+40=95 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.26% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 40 (16.02% from 255 or 42.11% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #053228 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053228 is #FACDD7. Grayscale: #232323. Windows color (decimal): -16436696 or 2634245. OLE color: 2634245.

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

Color convert

RGB 5 50 40 -
CMYK 0.90 0 0.20 0.80
HSL 166.67º 0.82% 0.11% -
HSV(B) 166.67º 0.9% 0.2% -
XYZ 1.59 2.47 2.4 -
YUV 35.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 5 50 40 0.90 0 0.20 0.80 166.67 0.82 0.11
Hex 5 32 28 5A 0 14 50 A7 52 B
Octal 5 62 50 132 0 24 120 247 122 13
Binary 101 110010 101000 1011010 0 10100 1010000 10100111 1010010 1011

Color Harmonies of #053228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053228

Black with #053228

Text Example


Text Example

White with #053228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053228; }

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

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

background-color css

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

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

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

border-color css

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

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

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