#041210

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

Shades of Dark Green #041210

Tints of Dark Green #041210

Color information

#041210 (or 0x041210) is unknown color: approx Dark Green. HEX triplet: 04, 12 and 10. RGB value is (4,18,16). Sum of RGB (Red+Green+Blue) = 4+18+16=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 16 (6.64% from 255 or 42.11% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #041210 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041210 is #FBEDEF. Grayscale: #0D0D0D. Windows color (decimal): -16510448 or 1053188. OLE color: 1053188.

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

Color convert

RGB41816-
CMYK0.7800.110.93
HSL171.43º63.64%4.31%-
HSV(B)171.43º77.78%7.06%-
XYZ0.360.50.57-
YUV13.59129.36121.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 18 (7.42% from 255) = 47.37%
BLUE value IS 16 (6.64% from 255) = 42.11%
R=10.53%
G=47.37%
B=42.11%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal418160.7800.110.93171.4363.644.31
Hex412104E0B5Dab404
Octal422201160131352531004
Binary10010010100001001110010111011101101010111000000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041210; }

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

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

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

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

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

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

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

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