Html Css Color HEX #051311 Dark Green

📋 copy color: '#051311'

red 5 ◦ green 19 ◦ blue 17

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

Shades of Dark Green #051311

Tints of Dark Green #051311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 46.34%

 BLUE value IS 17 (7.03% from 255) = 41.46%

R = 12.2%
G = 46.34%
B = 41.46%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#051311 (or 0x051311) is known color: Dark Green. HEX triplet: 05, 13 and 11. RGB value is (5,19,17). Sum of RGB (Red+Green+Blue) = 5+19+17=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 17 (7.03% from 255 or 41.46% from 41); Max value from RGB is 19 - color contains mainly: green. Hex color #051311 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051311 is #FAECEE. Grayscale: #0E0E0E. Windows color (decimal): -16444655 or 1118981. OLE color: 1118981.

HSL color Cylindrical-coordinate representation of color #051311: hue angle of 171.43º degrees, saturation: 0.58, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #051311 is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 19 17 -
CMYK 0.74 0 0.11 0.93
HSL 171.43º 0.58% 0.05% -
HSV(B) 171.43º 0.74% 0.07% -
XYZ 0.4 0.54 0.61 -
YUV 14.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 5 19 17 0.74 0 0.11 0.93 171.43 0.58 0.05
Hex 5 13 11 4A 0 B 5D AB 3A 5
Octal 5 23 21 112 0 13 135 253 72 5
Binary 101 10011 10001 1001010 0 1011 1011101 10101011 111010 101

Color Harmonies of #051311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051311

Black with #051311

Text Example


Text Example

White with #051311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051311; }

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

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

background-color css

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

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

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

border-color css

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

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

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