Html Css Color HEX #053820 Dark Green

📋 copy color: '#053820'

red 5 ◦ green 56 ◦ blue 32

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

Shades of Dark Green #053820

Tints of Dark Green #053820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 60.22%

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

R = 5.38%
G = 60.22%
B = 34.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.78

RGB Variations

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

Color information

#053820 (or 0x053820) is known color: Dark Green. HEX triplet: 05, 38 and 20. RGB value is (5,56,32). Sum of RGB (Red+Green+Blue) = 5+56+32=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #053820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053820 is #FAC7DF. Grayscale: #262626. Windows color (decimal): -16435168 or 2111493. OLE color: 2111493.

HSL color Cylindrical-coordinate representation of color #053820: hue angle of 151.76º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053820 is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.78.

Color convert

RGB 5 56 32 -
CMYK 0.91 0 0.43 0.78
HSL 151.76º 0.84% 0.12% -
HSV(B) 151.76º 0.91% 0.22% -
XYZ 1.74 2.96 1.85 -
YUV 38.02 124.6 104.45 -
System Red Green Blue C M Y K H S L
Decimal 5 56 32 0.91 0 0.43 0.78 151.76 0.84 0.12
Hex 5 38 20 5B 0 2B 4E 98 54 C
Octal 5 70 40 133 0 53 116 230 124 14
Binary 101 111000 100000 1011011 0 101011 1001110 10011000 1010100 1100

Color Harmonies of #053820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053820

Black with #053820

Text Example


Text Example

White with #053820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053820; }

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

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

background-color css

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

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

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

border-color css

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

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

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