Html Css Color HEX #053420 Dark Green

📋 copy color: '#053420'

red 5 ◦ green 52 ◦ blue 32

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

Shades of Dark Green #053420

Tints of Dark Green #053420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 58.43%

 BLUE value IS 32 (12.89% from 255) = 35.96%

R = 5.62%
G = 58.43%
B = 35.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.38

 K value IS 0.80

RGB Variations

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

Color information

#053420 (or 0x053420) is known color: Dark Green. HEX triplet: 05, 34 and 20. RGB value is (5,52,32). Sum of RGB (Red+Green+Blue) = 5+52+32=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 52 (20.70% from 255 or 58.43% from 89); Blue value is 32 (12.89% from 255 or 35.96% from 89); Max value from RGB is 52 - color contains mainly: green. Hex color #053420 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053420 is #FACBDF. Grayscale: #232323. Windows color (decimal): -16436192 or 2110469. OLE color: 2110469.

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

Color convert

RGB 5 52 32 -
CMYK 0.90 0 0.38 0.80
HSL 154.47º 0.82% 0.11% -
HSV(B) 154.47º 0.9% 0.2% -
XYZ 1.55 2.59 1.79 -
YUV 35.67 125.93 106.13 -
System Red Green Blue C M Y K H S L
Decimal 5 52 32 0.90 0 0.38 0.80 154.47 0.82 0.11
Hex 5 34 20 5A 0 26 50 9A 52 B
Octal 5 64 40 132 0 46 120 232 122 13
Binary 101 110100 100000 1011010 0 100110 1010000 10011010 1010010 1011

Color Harmonies of #053420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053420

Black with #053420

Text Example


Text Example

White with #053420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053420; }

 p { color: rgb(5,52,32); }

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

background-color css

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

 a { background-color: rgb(5,52,32); }

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

border-color css

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

 span { border-color: rgb(5,52,32); }

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