#051512

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

Shades of Dark Green #051512

Tints of Dark Green #051512

Color information

#051512 (or 0x051512) is unknown color: approx Dark Green. HEX triplet: 05, 15 and 12. RGB value is (5,21,18). Sum of RGB (Red+Green+Blue) = 5+21+18=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 18 (7.42% from 255 or 40.91% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #051512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051512 is #FAEAED. Grayscale: #0F0F0F. Windows color (decimal): -16444142 or 1185029. OLE color: 1185029.

HSL color Cylindrical-coordinate representation of color #051512: hue angle of 168.75º 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 #051512 is Cyan = 0.76, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.92.

Color convert

RGB52118-
CMYK0.7600.140.92
HSL168.75º61.54%5.1%-
HSV(B)168.75º76.19%8.24%-
XYZ0.440.610.67-
YUV15.87129.2120.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.36%
GREEN value IS 21 (8.59% from 255) = 47.73%
BLUE value IS 18 (7.42% from 255) = 40.91%
R=11.36%
G=47.73%
B=40.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal521180.7600.140.92168.7561.545.1
Hex515124C0E5Ca93e5
Octal52522114016134251765
Binary1011010110010100110001110101110010101001111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051512; }

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

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

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

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

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

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

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

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