#04352A

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

Shades of Dark Green #04352A

Tints of Dark Green #04352A

Color information

#04352A (or 0x04352A) is unknown color: approx Dark Green. HEX triplet: 04, 35 and 2A. RGB value is (4,53,42). Sum of RGB (Red+Green+Blue) = 4+53+42=99 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4.04% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #04352A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04352A is #FBCAD5. Grayscale: #252525. Windows color (decimal): -16501462 or 2766084. OLE color: 2766084.

HSL color Cylindrical-coordinate representation of color #04352A: hue angle of 166.53º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #04352A is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB45342-
CMYK0.9200.210.79
HSL166.53º85.96%11.18%-
HSV(B)166.53º92.45%20.78%-
XYZ1.742.742.63-
YUV37.1130.77104.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.04%
GREEN value IS 53 (21.09% from 255) = 53.54%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=4.04%
G=53.54%
B=42.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453420.9200.210.79166.5385.9611.18
Hex4352A5C0154Fa756b
Octal4655213402511724712613
Binary100110101101010101110001010110011111010011110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04352A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04352A; }

 p { color: rgb(4,53,42); }

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

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

 a { background-color: rgb(4,53,42); }

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

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

 span { border-color: rgb(4,53,42); }

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