Html Css Color HEX #053421 Dark Green

📋 copy color: '#053421'

red 5 ◦ green 52 ◦ blue 33

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

Shades of Dark Green #053421

Tints of Dark Green #053421

RGB

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

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

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

R = 5.56%
G = 57.78%
B = 36.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.37

 K value IS 0.80

RGB Variations

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

Color information

#053421 (or 0x053421) is known color: Dark Green. HEX triplet: 05, 34 and 21. RGB value is (5,52,33). Sum of RGB (Red+Green+Blue) = 5+52+33=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 52 (20.70% from 255 or 57.78% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 52 - color contains mainly: green. Hex color #053421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053421 is #FACBDE. Grayscale: #232323. Windows color (decimal): -16436191 or 2176005. OLE color: 2176005.

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

Color convert

RGB 5 52 33 -
CMYK 0.90 0 0.37 0.80
HSL 155.74º 0.82% 0.11% -
HSV(B) 155.74º 0.9% 0.2% -
XYZ 1.57 2.6 1.86 -
YUV 35.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 5 52 33 0.90 0 0.37 0.80 155.74 0.82 0.11
Hex 5 34 21 5A 0 25 50 9C 52 B
Octal 5 64 41 132 0 45 120 234 122 13
Binary 101 110100 100001 1011010 0 100101 1010000 10011100 1010010 1011

Color Harmonies of #053421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053421

Black with #053421

Text Example


Text Example

White with #053421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053421; }

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

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

background-color css

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

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

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

border-color css

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

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

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