Html Css Color HEX #053416 Dark Green

📋 copy color: '#053416'

red 5 ◦ green 52 ◦ blue 22

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

Shades of Dark Green #053416

Tints of Dark Green #053416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 27.85%

R = 6.33%
G = 65.82%
B = 27.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.80

RGB Variations

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

Color information

#053416 (or 0x053416) is known color: Dark Green. HEX triplet: 05, 34 and 16. RGB value is (5,52,22). Sum of RGB (Red+Green+Blue) = 5+52+22=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 52 (20.70% from 255 or 65.82% from 79); Blue value is 22 (8.98% from 255 or 27.85% from 79); Max value from RGB is 52 - color contains mainly: green. Hex color #053416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053416 is #FACBE9. Grayscale: #222222. Windows color (decimal): -16436202 or 1455109. OLE color: 1455109.

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

Color convert

RGB 5 52 22 -
CMYK 0.90 0 0.58 0.80
HSL 141.7º 0.82% 0.11% -
HSV(B) 141.7º 0.9% 0.2% -
XYZ 1.44 2.55 1.17 -
YUV 34.53 120.93 106.94 -
System Red Green Blue C M Y K H S L
Decimal 5 52 22 0.90 0 0.58 0.80 141.7 0.82 0.11
Hex 5 34 16 5A 0 3A 50 8E 52 B
Octal 5 64 26 132 0 72 120 216 122 13
Binary 101 110100 10110 1011010 0 111010 1010000 10001110 1010010 1011

Color Harmonies of #053416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053416

Black with #053416

Text Example


Text Example

White with #053416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053416; }

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

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

background-color css

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

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

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

border-color css

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

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

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