#051716

Color #051716 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #051716

Tints of Dark Green #051716

Color information

#051716 (or 0x051716) is unknown color: approx Dark Green. HEX triplet: 05, 17 and 16. RGB value is (5,23,22). Sum of RGB (Red+Green+Blue) = 5+23+22=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 22 (8.98% from 255 or 44% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #051716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051716 is #FAE8E9. Grayscale: #111111. Windows color (decimal): -16443626 or 1447685. OLE color: 1447685.

HSL color Cylindrical-coordinate representation of color #051716: hue angle of 176.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 #051716 is Cyan = 0.78, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.

Color convert

RGB52322-
CMYK0.7800.040.91
HSL176.67º64.29%5.49%-
HSV(B)176.67º78.26%9.02%-
XYZ0.510.70.87-
YUV17.5130.54119.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 10%
GREEN value IS 23 (9.38% from 255) = 46%
BLUE value IS 22 (8.98% from 255) = 44%
R=10%
G=46%
B=44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal523220.7800.040.91176.6764.295.49
Hex517164E045Bb1405
Octal52726116041332611005
Binary1011011110110100111001001011011101100011000000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051716; }

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

 H1.HeaderClassName
 {
   color: #051716;
 }
 .AnyTagClassName
 {
   color: #051716;
 }
</style>
background-color css

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

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

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

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

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

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