#04140D

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

Shades of Dark Green #04140D

Tints of Dark Green #04140D

Color information

#04140D (or 0x04140D) is unknown color: approx Dark Green. HEX triplet: 04, 14 and 0D. RGB value is (4,20,13). Sum of RGB (Red+Green+Blue) = 4+20+13=37 (4% of max value = 765). Red value is 4 (1.95% from 255 or 10.81% from 37); Green value is 20 (8.20% from 255 or 54.05% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 20 - color contains mainly: green. Hex color #04140D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140D is #FBEBF2. Grayscale: #0E0E0E. Windows color (decimal): -16509939 or 857092. OLE color: 857092.

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

Color convert

RGB42013-
CMYK0.8000.350.92
HSL153.75º66.67%4.71%-
HSV(B)153.75º80%7.84%-
XYZ0.370.560.47-
YUV14.42127.2120.57-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.81%
GREEN value IS 20 (8.20% from 255) = 54.05%
BLUE value IS 13 (5.47% from 255) = 35.14%
R=10.81%
G=54.05%
B=35.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal420130.8000.350.92153.7566.674.71
Hex414D500235C9a435
Octal424151200431342321035
Binary100101001101101000001000111011100100110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04140D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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