#041208

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

Shades of Dark Green #041208

Tints of Dark Green #041208

Color information

#041208 (or 0x041208) is unknown color: approx Dark Green. HEX triplet: 04, 12 and 08. RGB value is (4,18,8). Sum of RGB (Red+Green+Blue) = 4+18+8=30 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.33% from 30); Green value is 18 (7.42% from 255 or 60% from 30); Blue value is 8 (3.52% from 255 or 26.67% from 30); Max value from RGB is 18 - color contains mainly: green. Hex color #041208 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041208 is #FBEDF7. Grayscale: #0C0C0C. Windows color (decimal): -16510456 or 528900. OLE color: 528900.

HSL color Cylindrical-coordinate representation of color #041208: hue angle of 137.14º degrees, saturation: 0.64, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #041208 is Cyan = 0.78, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.93.

Color convert

RGB4188-
CMYK0.7800.560.93
HSL137.14º63.64%4.31%-
HSV(B)137.14º77.78%7.06%-
XYZ0.310.480.31-
YUV12.67125.36121.81-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.33%
GREEN value IS 18 (7.42% from 255) = 60%
BLUE value IS 8 (3.52% from 255) = 26.67%
R=13.33%
G=60%
B=26.67%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41880.7800.560.93137.1463.644.31
Hex41284E0385D89404
Octal422101160701352111004
Binary100100101000100111001110001011101100010011000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041208; }

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

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

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

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

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

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

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

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