#04130F

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

Shades of Dark Green #04130F

Tints of Dark Green #04130F

Color information

#04130F (or 0x04130F) is unknown color: approx Dark Green. HEX triplet: 04, 13 and 0F. RGB value is (4,19,15). Sum of RGB (Red+Green+Blue) = 4+19+15=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 19 (7.81% from 255 or 50% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 19 - color contains mainly: green. Hex color #04130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #04130F is #FBECF0. Grayscale: #0E0E0E. Windows color (decimal): -16510193 or 987908. OLE color: 987908.

HSL color Cylindrical-coordinate representation of color #04130F: hue angle of 164º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #04130F is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB41915-
CMYK0.7900.210.93
HSL164º65.22%4.51%-
HSV(B)164º78.95%7.45%-
XYZ0.370.530.53-
YUV14.06128.53120.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 19 (7.81% from 255) = 50%
BLUE value IS 15 (6.25% from 255) = 39.47%
R=10.53%
G=50%
B=39.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal419150.7900.210.9316465.224.51
Hex413F4F0155Da4415
Octal423171170251352441015
Binary10010011111110011110101011011101101001001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04130F; }

 p { color: rgb(4,19,15); }

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

<style>
 a { background-color: #04130F; }

 a { background-color: rgb(4,19,15); }

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

<style>
 span { border-color: #04130F; }

 span { border-color: rgb(4,19,15); }

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