Html Css Color HEX #053620 Dark Green

📋 copy color: '#053620'

red 5 ◦ green 54 ◦ blue 32

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

Shades of Dark Green #053620

Tints of Dark Green #053620

RGB

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

 GREEN value IS 54 (21.48% from 255) = 59.34%

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

R = 5.49%
G = 59.34%
B = 35.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.41

 K value IS 0.79

RGB Variations

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

Color information

#053620 (or 0x053620) is known color: Dark Green. HEX triplet: 05, 36 and 20. RGB value is (5,54,32). Sum of RGB (Red+Green+Blue) = 5+54+32=91 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.49% from 91); Green value is 54 (21.48% from 255 or 59.34% from 91); Blue value is 32 (12.89% from 255 or 35.16% from 91); Max value from RGB is 54 - color contains mainly: green. Hex color #053620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053620 is #FAC9DF. Grayscale: #242424. Windows color (decimal): -16435680 or 2110981. OLE color: 2110981.

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

Color convert

RGB 5 54 32 -
CMYK 0.91 0 0.41 0.79
HSL 153.06º 0.83% 0.12% -
HSV(B) 153.06º 0.91% 0.21% -
XYZ 1.64 2.77 1.82 -
YUV 36.84 125.27 105.29 -
System Red Green Blue C M Y K H S L
Decimal 5 54 32 0.91 0 0.41 0.79 153.06 0.83 0.12
Hex 5 36 20 5B 0 29 4F 99 53 C
Octal 5 66 40 133 0 51 117 231 123 14
Binary 101 110110 100000 1011011 0 101001 1001111 10011001 1010011 1100

Color Harmonies of #053620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053620

Black with #053620

Text Example


Text Example

White with #053620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053620; }

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

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

background-color css

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

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

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

border-color css

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

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

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