Html Css Color HEX #053014 Dark Green

📋 copy color: '#053014'

red 5 ◦ green 48 ◦ blue 20

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

Shades of Dark Green #053014

Tints of Dark Green #053014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 27.4%

R = 6.85%
G = 65.75%
B = 27.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.81

RGB Variations

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

Color information

#053014 (or 0x053014) is known color: Dark Green. HEX triplet: 05, 30 and 14. RGB value is (5,48,20). Sum of RGB (Red+Green+Blue) = 5+48+20=73 (9% of max value = 765). Red value is 5 (2.34% from 255 or 6.85% from 73); Green value is 48 (19.14% from 255 or 65.75% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 48 - color contains mainly: green. Hex color #053014 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053014 is #FACFEB. Grayscale: #202020. Windows color (decimal): -16437228 or 1323013. OLE color: 1323013.

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

Color convert

RGB 5 48 20 -
CMYK 0.90 0 0.58 0.81
HSL 140.93º 0.81% 0.1% -
HSV(B) 140.93º 0.9% 0.19% -
XYZ 1.25 2.2 1.02 -
YUV 31.95 121.25 108.78 -
System Red Green Blue C M Y K H S L
Decimal 5 48 20 0.90 0 0.58 0.81 140.93 0.81 0.1
Hex 5 30 14 5A 0 3A 51 8D 51 A
Octal 5 60 24 132 0 72 121 215 121 12
Binary 101 110000 10100 1011010 0 111010 1010001 10001101 1010001 1010

Color Harmonies of #053014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053014

Black with #053014

Text Example


Text Example

White with #053014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053014; }

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

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

background-color css

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

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

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

border-color css

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

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

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