#05140D

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

Shades of Dark Green #05140D

Tints of Dark Green #05140D

Color information

#05140D (or 0x05140D) is unknown color: approx Dark Green. HEX triplet: 05, 14 and 0D. RGB value is (5,20,13). Sum of RGB (Red+Green+Blue) = 5+20+13=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 20 (8.20% from 255 or 52.63% from 38); Blue value is 13 (5.47% from 255 or 34.21% from 38); Max value from RGB is 20 - color contains mainly: green. Hex color #05140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05140D is #FAEBF2. Grayscale: #0E0E0E. Windows color (decimal): -16444403 or 857093. OLE color: 857093.

HSL color Cylindrical-coordinate representation of color #05140D: hue angle of 152º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #05140D is Cyan = 0.75, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.92.

Color convert

RGB52013-
CMYK0.7500.350.92
HSL152º60%4.9%-
HSV(B)152º75%7.84%-
XYZ0.390.560.47-
YUV14.72127.03121.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 13.16%
GREEN value IS 20 (8.20% from 255) = 52.63%
BLUE value IS 13 (5.47% from 255) = 34.21%
R=13.16%
G=52.63%
B=34.21%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal520130.7500.350.92152604.9
Hex514D4B0235C983c5
Octal52415113043134230745
Binary10110100110110010110100011101110010011000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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