#05190D

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

Shades of Dark Green #05190D

Tints of Dark Green #05190D

Color information

#05190D (or 0x05190D) is unknown color: approx Dark Green. HEX triplet: 05, 19 and 0D. RGB value is (5,25,13). Sum of RGB (Red+Green+Blue) = 5+25+13=43 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.63% from 43); Green value is 25 (10.16% from 255 or 58.14% from 43); Blue value is 13 (5.47% from 255 or 30.23% from 43); Max value from RGB is 25 - color contains mainly: green. Hex color #05190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05190D is #FAE6F2. Grayscale: #111111. Windows color (decimal): -16443123 or 858373. OLE color: 858373.

HSL color Cylindrical-coordinate representation of color #05190D: hue angle of 144º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #05190D is Cyan = 0.80, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.

Color convert

RGB52513-
CMYK0.8000.480.90
HSL144º66.67%5.88%-
HSV(B)144º80%9.8%-
XYZ0.480.760.5-
YUV17.65125.37118.98-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 11.63%
GREEN value IS 25 (10.16% from 255) = 58.14%
BLUE value IS 13 (5.47% from 255) = 30.23%
R=11.63%
G=58.14%
B=30.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal525130.8000.480.9014466.675.88
Hex519D500305A90436
Octal531151200601322201036
Binary101110011101101000001100001011010100100001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05190D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05190D; }

 p { color: rgb(5,25,13); }

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

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

 a { background-color: rgb(5,25,13); }

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

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

 span { border-color: rgb(5,25,13); }

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