Html Css Color HEX #053419 Dark Green

📋 copy color: '#053419'

red 5 ◦ green 52 ◦ blue 25

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

Shades of Dark Green #053419

Tints of Dark Green #053419

RGB

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

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

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

R = 6.1%
G = 63.41%
B = 30.49%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.80

RGB Variations

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

Color information

#053419 (or 0x053419) is known color: Dark Green. HEX triplet: 05, 34 and 19. RGB value is (5,52,25). Sum of RGB (Red+Green+Blue) = 5+52+25=82 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.10% from 82); Green value is 52 (20.70% from 255 or 63.41% from 82); Blue value is 25 (10.16% from 255 or 30.49% from 82); Max value from RGB is 52 - color contains mainly: green. Hex color #053419 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053419 is #FACBE6. Grayscale: #222222. Windows color (decimal): -16436199 or 1651717. OLE color: 1651717.

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

Color convert

RGB 5 52 25 -
CMYK 0.90 0 0.52 0.80
HSL 145.53º 0.82% 0.11% -
HSV(B) 145.53º 0.9% 0.2% -
XYZ 1.47 2.56 1.34 -
YUV 34.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 5 52 25 0.90 0 0.52 0.80 145.53 0.82 0.11
Hex 5 34 19 5A 0 34 50 92 52 B
Octal 5 64 31 132 0 64 120 222 122 13
Binary 101 110100 11001 1011010 0 110100 1010000 10010010 1010010 1011

Color Harmonies of #053419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053419

Black with #053419

Text Example


Text Example

White with #053419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053419; }

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

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

background-color css

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

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

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

border-color css

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

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

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