Html Css Color HEX #053319 Dark Green

📋 copy color: '#053319'

red 5 ◦ green 51 ◦ blue 25

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

Shades of Dark Green #053319

Tints of Dark Green #053319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 62.96%

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

R = 6.17%
G = 62.96%
B = 30.86%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#053319 (or 0x053319) is known color: Dark Green. HEX triplet: 05, 33 and 19. RGB value is (5,51,25). Sum of RGB (Red+Green+Blue) = 5+51+25=81 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.17% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #053319 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053319 is #FACCE6. Grayscale: #222222. Windows color (decimal): -16436455 or 1651461. OLE color: 1651461.

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

Color convert

RGB 5 51 25 -
CMYK 0.90 0 0.51 0.8
HSL 146.09º 0.82% 0.11% -
HSV(B) 146.09º 0.9% 0.2% -
XYZ 1.42 2.47 1.32 -
YUV 34.28 122.76 107.11 -
System Red Green Blue C M Y K H S L
Decimal 5 51 25 0.90 0 0.51 0.8 146.09 0.82 0.11
Hex 5 33 19 5A 0 33 50 92 52 B
Octal 5 63 31 132 0 63 120 222 122 13
Binary 101 110011 11001 1011010 0 110011 1010000 10010010 1010010 1011

Color Harmonies of #053319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053319

Black with #053319

Text Example


Text Example

White with #053319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053319; }

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

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

background-color css

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

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

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

border-color css

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

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

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