Html Css Color HEX #053519 Dark Green

📋 copy color: '#053519'

red 5 ◦ green 53 ◦ blue 25

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

Shades of Dark Green #053519

Tints of Dark Green #053519

RGB

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

 GREEN value IS 53 (21.09% from 255) = 63.86%

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

R = 6.02%
G = 63.86%
B = 30.12%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#053519 (or 0x053519) is known color: Dark Green. HEX triplet: 05, 35 and 19. RGB value is (5,53,25). Sum of RGB (Red+Green+Blue) = 5+53+25=83 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.02% from 83); Green value is 53 (21.09% from 255 or 63.86% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 53 - color contains mainly: green. Hex color #053519 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053519 is #FACAE6. Grayscale: #232323. Windows color (decimal): -16435943 or 1651973. OLE color: 1651973.

HSL color Cylindrical-coordinate representation of color #053519: hue angle of 145º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053519 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB 5 53 25 -
CMYK 0.91 0 0.53 0.79
HSL 145º 0.83% 0.11% -
HSV(B) 145º 0.91% 0.21% -
XYZ 1.51 2.65 1.35 -
YUV 35.46 122.1 106.28 -
System Red Green Blue C M Y K H S L
Decimal 5 53 25 0.91 0 0.53 0.79 145 0.83 0.11
Hex 5 35 19 5B 0 35 4F 91 53 B
Octal 5 65 31 133 0 65 117 221 123 13
Binary 101 110101 11001 1011011 0 110101 1001111 10010001 1010011 1011

Color Harmonies of #053519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053519

Black with #053519

Text Example


Text Example

White with #053519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053519; }

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

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

background-color css

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

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

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

border-color css

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

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

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