Html Css Color HEX #053417 Dark Green

📋 copy color: '#053417'

red 5 ◦ green 52 ◦ blue 23

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

Shades of Dark Green #053417

Tints of Dark Green #053417

RGB

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

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

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

R = 6.25%
G = 65%
B = 28.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.80

RGB Variations

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

Color information

#053417 (or 0x053417) is known color: Dark Green. HEX triplet: 05, 34 and 17. RGB value is (5,52,23). Sum of RGB (Red+Green+Blue) = 5+52+23=80 (10% of max value = 765). Red value is 5 (2.34% from 255 or 6.25% from 80); Green value is 52 (20.70% from 255 or 65% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 52 - color contains mainly: green. Hex color #053417 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #053417 is #FACBE8. Grayscale: #222222. Windows color (decimal): -16436201 or 1520645. OLE color: 1520645.

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

Color convert

RGB 5 52 23 -
CMYK 0.90 0 0.56 0.80
HSL 142.98º 0.82% 0.11% -
HSV(B) 142.98º 0.9% 0.2% -
XYZ 1.45 2.55 1.23 -
YUV 34.64 121.43 106.86 -
System Red Green Blue C M Y K H S L
Decimal 5 52 23 0.90 0 0.56 0.80 142.98 0.82 0.11
Hex 5 34 17 5A 0 38 50 8F 52 B
Octal 5 64 27 132 0 70 120 217 122 13
Binary 101 110100 10111 1011010 0 111000 1010000 10001111 1010010 1011

Color Harmonies of #053417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053417

Black with #053417

Text Example


Text Example

White with #053417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053417; }

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

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

background-color css

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

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

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

border-color css

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

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

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