#05140E

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

Shades of Dark Green #05140E

Tints of Dark Green #05140E

Color information

#05140E (or 0x05140E) is unknown color: approx Dark Green. HEX triplet: 05, 14 and 0E. RGB value is (5,20,14). Sum of RGB (Red+Green+Blue) = 5+20+14=39 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.82% from 39); Green value is 20 (8.20% from 255 or 51.28% from 39); Blue value is 14 (5.86% from 255 or 35.90% from 39); Max value from RGB is 20 - color contains mainly: green. Hex color #05140E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05140E is #FAEBF1. Grayscale: #0E0E0E. Windows color (decimal): -16444402 or 922629. OLE color: 922629.

HSL color Cylindrical-coordinate representation of color #05140E: hue angle of 156º 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 #05140E is Cyan = 0.75, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.92.

Color convert

RGB52014-
CMYK0.7500.300.92
HSL156º60%4.9%-
HSV(B)156º75%7.84%-
XYZ0.390.560.5-
YUV14.83127.53120.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.82%
GREEN value IS 20 (8.20% from 255) = 51.28%
BLUE value IS 14 (5.86% from 255) = 35.90%
R=12.82%
G=51.28%
B=35.90%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal520140.7500.300.92156604.9
Hex514E4B01E5C9c3c5
Octal52416113036134234745
Binary1011010011101001011011110101110010011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05140E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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