Html Css Color HEX #051713 Dark Green

📋 copy color: '#051713'

red 5 ◦ green 23 ◦ blue 19

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

Shades of Dark Green #051713

Tints of Dark Green #051713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 48.94%

 BLUE value IS 19 (7.81% from 255) = 40.43%

R = 10.64%
G = 48.94%
B = 40.43%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.17

 K value IS 0.91

RGB Variations

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

Color information

#051713 (or 0x051713) is known color: Dark Green. HEX triplet: 05, 17 and 13. RGB value is (5,23,19). Sum of RGB (Red+Green+Blue) = 5+23+19=47 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.64% from 47); Green value is 23 (9.38% from 255 or 48.94% from 47); Blue value is 19 (7.81% from 255 or 40.43% from 47); Max value from RGB is 23 - color contains mainly: green. Hex color #051713 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051713 is #FAE8EC. Grayscale: #111111. Windows color (decimal): -16443629 or 1251077. OLE color: 1251077.

HSL color Cylindrical-coordinate representation of color #051713: hue angle of 166.67º degrees, saturation: 0.64, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #051713 is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.91.

Color convert

RGB 5 23 19 -
CMYK 0.78 0 0.17 0.91
HSL 166.67º 0.64% 0.05% -
HSV(B) 166.67º 0.78% 0.09% -
XYZ 0.49 0.69 0.72 -
YUV 17.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 5 23 19 0.78 0 0.17 0.91 166.67 0.64 0.05
Hex 5 17 13 4E 0 11 5B A7 40 5
Octal 5 27 23 116 0 21 133 247 100 5
Binary 101 10111 10011 1001110 0 10001 1011011 10100111 1000000 101

Color Harmonies of #051713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051713

Black with #051713

Text Example


Text Example

White with #051713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051713; }

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

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

background-color css

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

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

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

border-color css

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

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

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