Html Css Color HEX #053119 Dark Green

📋 copy color: '#053119'

red 5 ◦ green 49 ◦ blue 25

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

Shades of Dark Green #053119

Tints of Dark Green #053119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 31.65%

R = 6.33%
G = 62.03%
B = 31.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#053119 (or 0x053119) is known color: Dark Green. HEX triplet: 05, 31 and 19. RGB value is (5,49,25). Sum of RGB (Red+Green+Blue) = 5+49+25=79 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.33% from 79); Green value is 49 (19.53% from 255 or 62.03% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 49 - color contains mainly: green. Hex color #053119 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053119 is #FACEE6. Grayscale: #212121. Windows color (decimal): -16436967 or 1650949. OLE color: 1650949.

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

Color convert

RGB 5 49 25 -
CMYK 0.90 0 0.49 0.81
HSL 147.27º 0.81% 0.11% -
HSV(B) 147.27º 0.9% 0.19% -
XYZ 1.34 2.3 1.29 -
YUV 33.11 123.42 107.95 -
System Red Green Blue C M Y K H S L
Decimal 5 49 25 0.90 0 0.49 0.81 147.27 0.81 0.11
Hex 5 31 19 5A 0 31 51 93 51 B
Octal 5 61 31 132 0 61 121 223 121 13
Binary 101 110001 11001 1011010 0 110001 1010001 10010011 1010001 1011

Color Harmonies of #053119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053119

Black with #053119

Text Example


Text Example

White with #053119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053119; }

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

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

background-color css

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

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

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

border-color css

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

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

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