#04140C

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

Shades of Dark Green #04140C

Tints of Dark Green #04140C

Color information

#04140C (or 0x04140C) is unknown color: approx Dark Green. HEX triplet: 04, 14 and 0C. RGB value is (4,20,12). Sum of RGB (Red+Green+Blue) = 4+20+12=36 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.11% from 36); Green value is 20 (8.20% from 255 or 55.56% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 20 - color contains mainly: green. Hex color #04140C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04140C is #FBEBF3. Grayscale: #0E0E0E. Windows color (decimal): -16509940 or 791556. OLE color: 791556.

HSL color Cylindrical-coordinate representation of color #04140C: hue angle of 150º 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 #04140C is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.92.

Color convert

RGB42012-
CMYK0.8000.400.92
HSL150º66.67%4.71%-
HSV(B)150º80%7.84%-
XYZ0.370.550.44-
YUV14.3126.7120.65-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.11%
GREEN value IS 20 (8.20% from 255) = 55.56%
BLUE value IS 12 (5.08% from 255) = 33.33%
R=11.11%
G=55.56%
B=33.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal420120.8000.400.9215066.674.71
Hex414C500285C96435
Octal424141200501342261035
Binary100101001100101000001010001011100100101101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04140C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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