Html Css Color HEX #053017 Dark Green

📋 copy color: '#053017'

red 5 ◦ green 48 ◦ blue 23

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

Shades of Dark Green #053017

Tints of Dark Green #053017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 30.26%

R = 6.58%
G = 63.16%
B = 30.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.81

RGB Variations

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

Color information

#053017 (or 0x053017) is known color: Dark Green. HEX triplet: 05, 30 and 17. RGB value is (5,48,23). Sum of RGB (Red+Green+Blue) = 5+48+23=76 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.58% from 76); Green value is 48 (19.14% from 255 or 63.16% from 76); Blue value is 23 (9.38% from 255 or 30.26% from 76); Max value from RGB is 48 - color contains mainly: green. Hex color #053017 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053017 is #FACFE8. Grayscale: #202020. Windows color (decimal): -16437225 or 1519621. OLE color: 1519621.

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

Color convert

RGB 5 48 23 -
CMYK 0.90 0 0.52 0.81
HSL 145.12º 0.81% 0.1% -
HSV(B) 145.12º 0.9% 0.19% -
XYZ 1.27 2.21 1.17 -
YUV 32.29 122.75 108.53 -
System Red Green Blue C M Y K H S L
Decimal 5 48 23 0.90 0 0.52 0.81 145.12 0.81 0.1
Hex 5 30 17 5A 0 34 51 91 51 A
Octal 5 60 27 132 0 64 121 221 121 12
Binary 101 110000 10111 1011010 0 110100 1010001 10010001 1010001 1010

Color Harmonies of #053017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053017

Black with #053017

Text Example


Text Example

White with #053017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053017; }

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

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

background-color css

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

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

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

border-color css

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

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

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