#051511

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

Shades of Dark Green #051511

Tints of Dark Green #051511

Color information

#051511 (or 0x051511) is unknown color: approx Dark Green. HEX triplet: 05, 15 and 11. RGB value is (5,21,17). Sum of RGB (Red+Green+Blue) = 5+21+17=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 21 (8.59% from 255 or 48.84% from 43); Blue value is 17 (7.03% from 255 or 39.53% from 43); Max value from RGB is 21 - color contains mainly: green. Hex color #051511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051511 is #FAEAEE. Grayscale: #0F0F0F. Windows color (decimal): -16444143 or 1119493. OLE color: 1119493.

HSL color Cylindrical-coordinate representation of color #051511: hue angle of 165º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #051511 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.92.

Color convert

RGB52117-
CMYK0.7600.190.92
HSL165º61.54%5.1%-
HSV(B)165º76.19%8.24%-
XYZ0.430.610.63-
YUV15.76128.7120.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 21 (8.59% from 255) = 48.84%
BLUE value IS 17 (7.03% from 255) = 39.53%
R=11.63%
G=48.84%
B=39.53%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal521170.7600.190.9216561.545.1
Hex515114C0135Ca53e5
Octal52521114023134245765
Binary10110101100011001100010011101110010100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051511; }

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

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

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

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

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

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

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

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