#051309

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

Shades of Dark Green #051309

Tints of Dark Green #051309

Color information

#051309 (or 0x051309) is unknown color: approx Dark Green. HEX triplet: 05, 13 and 09. RGB value is (5,19,9). Sum of RGB (Red+Green+Blue) = 5+19+9=33 (4% of max value = 765). Red value is 5 (2.34% from 255 or 15.15% from 33); Green value is 19 (7.81% from 255 or 57.58% from 33); Blue value is 9 (3.91% from 255 or 27.27% from 33); Max value from RGB is 19 - color contains mainly: green. Hex color #051309 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051309 is #FAECF6. Grayscale: #0D0D0D. Windows color (decimal): -16444663 or 594693. OLE color: 594693.

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

Color convert

RGB5199-
CMYK0.7400.530.93
HSL137.14º58.33%4.71%-
HSV(B)137.14º73.68%7.45%-
XYZ0.340.520.34-
YUV13.67125.36121.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 15.15%
GREEN value IS 19 (7.81% from 255) = 57.58%
BLUE value IS 9 (3.91% from 255) = 27.27%
R=15.15%
G=57.58%
B=27.27%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal51990.7400.530.93137.1458.334.71
Hex51394A0355D893a5
Octal52311112065135211725
Binary10110011100110010100110101101110110001001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051309; }

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

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

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

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

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

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

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

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