Html Css Color HEX #053225 Dark Green

📋 copy color: '#053225'

red 5 ◦ green 50 ◦ blue 37

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

Shades of Dark Green #053225

Tints of Dark Green #053225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 40.22%

R = 5.43%
G = 54.35%
B = 40.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#053225 (or 0x053225) is known color: Dark Green. HEX triplet: 05, 32 and 25. RGB value is (5,50,37). Sum of RGB (Red+Green+Blue) = 5+50+37=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 50 (19.92% from 255 or 54.35% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 50 - color contains mainly: green. Hex color #053225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053225 is #FACDDA. Grayscale: #232323. Windows color (decimal): -16436699 or 2437637. OLE color: 2437637.

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

Color convert

RGB 5 50 37 -
CMYK 0.90 0 0.26 0.80
HSL 162.67º 0.82% 0.11% -
HSV(B) 162.67º 0.9% 0.2% -
XYZ 1.54 2.45 2.14 -
YUV 35.06 129.09 106.56 -
System Red Green Blue C M Y K H S L
Decimal 5 50 37 0.90 0 0.26 0.80 162.67 0.82 0.11
Hex 5 32 25 5A 0 1A 50 A3 52 B
Octal 5 62 45 132 0 32 120 243 122 13
Binary 101 110010 100101 1011010 0 11010 1010000 10100011 1010010 1011

Color Harmonies of #053225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053225

Black with #053225

Text Example


Text Example

White with #053225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053225; }

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

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

background-color css

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

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

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

border-color css

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

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

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