Html Css Color HEX #053121 Dark Green

📋 copy color: '#053121'

red 5 ◦ green 49 ◦ blue 33

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

Shades of Dark Green #053121

Tints of Dark Green #053121

RGB

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

 GREEN value IS 49 (19.53% from 255) = 56.32%

 BLUE value IS 33 (13.28% from 255) = 37.93%

R = 5.75%
G = 56.32%
B = 37.93%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.81

RGB Variations

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

Color information

#053121 (or 0x053121) is known color: Dark Green. HEX triplet: 05, 31 and 21. RGB value is (5,49,33). Sum of RGB (Red+Green+Blue) = 5+49+33=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #053121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053121 is #FACEDE. Grayscale: #222222. Windows color (decimal): -16436959 or 2175237. OLE color: 2175237.

HSL color Cylindrical-coordinate representation of color #053121: hue angle of 158.18º degrees, saturation: 0.81, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053121 is Cyan = 0.90, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 49 33 -
CMYK 0.90 0 0.33 0.81
HSL 158.18º 0.81% 0.11% -
HSV(B) 158.18º 0.9% 0.19% -
XYZ 1.44 2.34 1.81 -
YUV 34.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 5 49 33 0.90 0 0.33 0.81 158.18 0.81 0.11
Hex 5 31 21 5A 0 21 51 9E 51 B
Octal 5 61 41 132 0 41 121 236 121 13
Binary 101 110001 100001 1011010 0 100001 1010001 10011110 1010001 1011

Color Harmonies of #053121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053121

Black with #053121

Text Example


Text Example

White with #053121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053121; }

 p { color: rgb(5,49,33); }

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

background-color css

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

 a { background-color: rgb(5,49,33); }

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

border-color css

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

 span { border-color: rgb(5,49,33); }

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