#042410

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

Shades of Dark Green #042410

Tints of Dark Green #042410

Color information

#042410 (or 0x042410) is unknown color: approx Dark Green. HEX triplet: 04, 24 and 10. RGB value is (4,36,16). Sum of RGB (Red+Green+Blue) = 4+36+16=56 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.14% from 56); Green value is 36 (14.45% from 255 or 64.29% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 36 - color contains mainly: green. Hex color #042410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042410 is #FBDBEF. Grayscale: #181818. Windows color (decimal): -16505840 or 1057796. OLE color: 1057796.

HSL color Cylindrical-coordinate representation of color #042410: hue angle of 142.5º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042410 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.

Color convert

RGB43616-
CMYK0.8900.560.86
HSL142.5º80%7.84%-
HSV(B)142.5º88.89%14.12%-
XYZ0.771.320.71-
YUV24.15123.4113.63-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.14%
GREEN value IS 36 (14.45% from 255) = 64.29%
BLUE value IS 16 (6.64% from 255) = 28.57%
R=7.14%
G=64.29%
B=28.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal436160.8900.560.86142.5807.84
Hex4241059038568e508
Octal4442013107012621612010
Binary100100100100001011001011100010101101000111010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042410; }

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

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

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

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

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

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

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

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