Html Css Color HEX #051111 Dark Green

📋 copy color: '#051111'

red 5 ◦ green 17 ◦ blue 17

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

Shades of Dark Green #051111

Tints of Dark Green #051111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 43.59%

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

R = 12.82%
G = 43.59%
B = 43.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#051111 (or 0x051111) is known color: Dark Green. HEX triplet: 05, 11 and 11. RGB value is (5,17,17). Sum of RGB (Red+Green+Blue) = 5+17+17=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 17 (7.03% from 255 or 43.59% from 39); Blue value is 17 (7.03% from 255 or 43.59% from 39); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #051111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051111 is #FAEEEE. Grayscale: #0D0D0D. Windows color (decimal): -16445167 or 1118469. OLE color: 1118469.

HSL color Cylindrical-coordinate representation of color #051111: hue angle of 180º degrees, saturation: 0.55, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #051111 is Cyan = 0.71, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 17 17 -
CMYK 0.71 0 0 0.93
HSL 180º 0.55% 0.04% -
HSV(B) 180º 0.71% 0.07% -
XYZ 0.36 0.47 0.6 -
YUV 13.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 5 17 17 0.71 0 0 0.93 180 0.55 0.04
Hex 5 11 11 47 0 0 5D B4 37 4
Octal 5 21 21 107 0 0 135 264 67 4
Binary 101 10001 10001 1000111 0 0 1011101 10110100 110111 100

Color Harmonies of #051111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051111

Black with #051111

Text Example


Text Example

White with #051111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051111; }

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

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

background-color css

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

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

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

border-color css

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

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

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