#042522

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

Shades of Dark Green #042522

Tints of Dark Green #042522

Color information

#042522 (or 0x042522) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 22. RGB value is (4,37,34). Sum of RGB (Red+Green+Blue) = 4+37+34=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #042522 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042522 is #FBDADD. Grayscale: #1A1A1A. Windows color (decimal): -16505566 or 2237700. OLE color: 2237700.

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

Color convert

RGB43734-
CMYK0.8900.080.85
HSL174.55º80.49%8.04%-
HSV(B)174.55º89.19%14.51%-
XYZ11.461.74-
YUV26.79132.07111.74-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 34 (13.67% from 255) = 45.33%
R=5.33%
G=49.33%
B=45.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437340.8900.080.85174.5580.498.04
Hex42522590855af508
Octal4454213101012525712010
Binary10010010110001010110010100010101011010111110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042522; }

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

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

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

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

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

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

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

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