#042521

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

Shades of Dark Green #042521

Tints of Dark Green #042521

Color information

#042521 (or 0x042521) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 21. RGB value is (4,37,33). Sum of RGB (Red+Green+Blue) = 4+37+33=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 37 (14.84% from 255 or 50% from 74); Blue value is 33 (13.28% from 255 or 44.59% from 74); Max value from RGB is 37 - color contains mainly: green. Hex color #042521 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042521 is #FBDADE. Grayscale: #1A1A1A. Windows color (decimal): -16505567 or 2172164. OLE color: 2172164.

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

Color convert

RGB43733-
CMYK0.8900.110.85
HSL172.73º80.49%8.04%-
HSV(B)172.73º89.19%14.51%-
XYZ0.991.461.67-
YUV26.68131.57111.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 37 (14.84% from 255) = 50%
BLUE value IS 33 (13.28% from 255) = 44.59%
R=5.41%
G=50%
B=44.59%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437330.8900.110.85172.7380.498.04
Hex42521590B55ad508
Octal4454113101312525512010
Binary10010010110000110110010101110101011010110110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042521; }

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

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

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

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

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

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

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

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