#042421

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

Shades of Dark Green #042421

Tints of Dark Green #042421

Color information

#042421 (or 0x042421) is unknown color: approx Dark Green. HEX triplet: 04, 24 and 21. RGB value is (4,36,33). Sum of RGB (Red+Green+Blue) = 4+36+33=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #042421 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042421 is #FBDBDE. Grayscale: #1A1A1A. Windows color (decimal): -16505823 or 2171908. OLE color: 2171908.

HSL color Cylindrical-coordinate representation of color #042421: hue angle of 174.38º 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 #042421 is Cyan = 0.89, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.86.

Color convert

RGB43633-
CMYK0.8900.080.86
HSL174.38º80%7.84%-
HSV(B)174.38º88.89%14.12%-
XYZ0.961.41.66-
YUV26.09131.9112.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 33 (13.28% from 255) = 45.21%
R=5.48%
G=49.32%
B=45.21%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal436330.8900.080.86174.38807.84
Hex42421590856ae508
Octal4444113101012625612010
Binary10010010010000110110010100010101101010111010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042421; }

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

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

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

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

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

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

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

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