Html Css Color HEX #053019 Dark Green

📋 copy color: '#053019'

red 5 ◦ green 48 ◦ blue 25

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

Shades of Dark Green #053019

Tints of Dark Green #053019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 61.54%

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

R = 6.41%
G = 61.54%
B = 32.05%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#053019 (or 0x053019) is known color: Dark Green. HEX triplet: 05, 30 and 19. RGB value is (5,48,25). Sum of RGB (Red+Green+Blue) = 5+48+25=78 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.41% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #053019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053019 is #FACFE6. Grayscale: #202020. Windows color (decimal): -16437223 or 1650693. OLE color: 1650693.

HSL color Cylindrical-coordinate representation of color #053019: hue angle of 147.91º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053019 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 25 -
CMYK 0.90 0 0.48 0.81
HSL 147.91º 0.81% 0.1% -
HSV(B) 147.91º 0.9% 0.19% -
XYZ 1.3 2.22 1.28 -
YUV 32.52 123.75 108.37 -
System Red Green Blue C M Y K H S L
Decimal 5 48 25 0.90 0 0.48 0.81 147.91 0.81 0.1
Hex 5 30 19 5A 0 30 51 94 51 A
Octal 5 60 31 132 0 60 121 224 121 12
Binary 101 110000 11001 1011010 0 110000 1010001 10010100 1010001 1010

Color Harmonies of #053019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053019

Black with #053019

Text Example


Text Example

White with #053019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053019; }

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

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

background-color css

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

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

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

border-color css

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

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

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