#051312

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

Shades of Dark Green #051312

Tints of Dark Green #051312

Color information

#051312 (or 0x051312) is unknown color: approx Dark Green. HEX triplet: 05, 13 and 12. RGB value is (5,19,18). Sum of RGB (Red+Green+Blue) = 5+19+18=42 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.90% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #051312 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051312 is #FAECED. Grayscale: #0E0E0E. Windows color (decimal): -16444654 or 1184517. OLE color: 1184517.

HSL color Cylindrical-coordinate representation of color #051312: hue angle of 175.71º 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 #051312 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.93.

Color convert

RGB51918-
CMYK0.7400.050.93
HSL175.71º58.33%4.71%-
HSV(B)175.71º73.68%7.45%-
XYZ0.40.540.66-
YUV14.7129.86121.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.90%
GREEN value IS 19 (7.81% from 255) = 45.24%
BLUE value IS 18 (7.42% from 255) = 42.86%
R=11.90%
G=45.24%
B=42.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal519180.7400.050.93175.7158.334.71
Hex513124A055Db03a5
Octal5232211205135260725
Binary101100111001010010100101101110110110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051312; }

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

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

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

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

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

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

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

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