#041308

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

Shades of Dark Green #041308

Tints of Dark Green #041308

Color information

#041308 (or 0x041308) is unknown color: approx Dark Green. HEX triplet: 04, 13 and 08. RGB value is (4,19,8). Sum of RGB (Red+Green+Blue) = 4+19+8=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 19 (7.81% from 255 or 61.29% from 31); Blue value is 8 (3.52% from 255 or 25.81% from 31); Max value from RGB is 19 - color contains mainly: green. Hex color #041308 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041308 is #FBECF7. Grayscale: #0D0D0D. Windows color (decimal): -16510200 or 529156. OLE color: 529156.

HSL color Cylindrical-coordinate representation of color #041308: hue angle of 136º 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 #041308 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.93.

Color convert

RGB4198-
CMYK0.7900.580.93
HSL136º65.22%4.51%-
HSV(B)136º78.95%7.45%-
XYZ0.330.510.31-
YUV13.26125.03121.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.90%
GREEN value IS 19 (7.81% from 255) = 61.29%
BLUE value IS 8 (3.52% from 255) = 25.81%
R=12.90%
G=61.29%
B=25.81%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41980.7900.580.9313665.224.51
Hex41384F03A5D88415
Octal423101170721352101015
Binary100100111000100111101110101011101100010001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041308; }

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

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

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

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

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

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

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

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