Html Css Color HEX #053522 Dark Green

📋 copy color: '#053522'

red 5 ◦ green 53 ◦ blue 34

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

Shades of Dark Green #053522

Tints of Dark Green #053522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 57.61%

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

R = 5.43%
G = 57.61%
B = 36.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.79

RGB Variations

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

Color information

#053522 (or 0x053522) is known color: Dark Green. HEX triplet: 05, 35 and 22. RGB value is (5,53,34). Sum of RGB (Red+Green+Blue) = 5+53+34=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 53 (21.09% from 255 or 57.61% from 92); Blue value is 34 (13.67% from 255 or 36.96% from 92); Max value from RGB is 53 - color contains mainly: green. Hex color #053522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053522 is #FACADD. Grayscale: #242424. Windows color (decimal): -16435934 or 2241797. OLE color: 2241797.

HSL color Cylindrical-coordinate representation of color #053522: hue angle of 156.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053522 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 34 -
CMYK 0.91 0 0.36 0.79
HSL 156.25º 0.83% 0.11% -
HSV(B) 156.25º 0.91% 0.21% -
XYZ 1.62 2.69 1.95 -
YUV 36.48 126.6 105.54 -
System Red Green Blue C M Y K H S L
Decimal 5 53 34 0.91 0 0.36 0.79 156.25 0.83 0.11
Hex 5 35 22 5B 0 24 4F 9C 53 B
Octal 5 65 42 133 0 44 117 234 123 13
Binary 101 110101 100010 1011011 0 100100 1001111 10011100 1010011 1011

Color Harmonies of #053522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053522

Black with #053522

Text Example


Text Example

White with #053522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053522; }

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

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

background-color css

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

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

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

border-color css

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

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

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