#041410

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

Shades of Dark Green #041410

Tints of Dark Green #041410

Color information

#041410 (or 0x041410) is unknown color: approx Dark Green. HEX triplet: 04, 14 and 10. RGB value is (4,20,16). Sum of RGB (Red+Green+Blue) = 4+20+16=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 20 (8.20% from 255 or 50% from 40); Blue value is 16 (6.64% from 255 or 40% from 40); Max value from RGB is 20 - color contains mainly: green. Hex color #041410 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041410 is #FBEBEF. Grayscale: #0E0E0E. Windows color (decimal): -16509936 or 1053700. OLE color: 1053700.

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

Color convert

RGB42016-
CMYK0.8000.200.92
HSL165º66.67%4.71%-
HSV(B)165º80%7.84%-
XYZ0.390.560.58-
YUV14.76128.7120.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10%
GREEN value IS 20 (8.20% from 255) = 50%
BLUE value IS 16 (6.64% from 255) = 40%
R=10%
G=50%
B=40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal420160.8000.200.9216566.674.71
Hex41410500145Ca5435
Octal424201200241342451035
Binary100101001000010100000101001011100101001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041410; }

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

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

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

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

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

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

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

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