#04352C

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

Shades of Dark Green #04352C

Tints of Dark Green #04352C

Color information

#04352C (or 0x04352C) is unknown color: approx Dark Green. HEX triplet: 04, 35 and 2C. RGB value is (4,53,44). Sum of RGB (Red+Green+Blue) = 4+53+44=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 53 (21.09% from 255 or 52.48% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 53 - color contains mainly: green. Hex color #04352C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04352C is #FBCAD3. Grayscale: #252525. Windows color (decimal): -16501460 or 2897156. OLE color: 2897156.

HSL color Cylindrical-coordinate representation of color #04352C: hue angle of 168.98º 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 #04352C is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB45344-
CMYK0.9200.170.79
HSL168.98º85.96%11.18%-
HSV(B)168.98º92.45%20.78%-
XYZ1.782.752.82-
YUV37.32131.77104.23-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.96%
GREEN value IS 53 (21.09% from 255) = 52.48%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=3.96%
G=52.48%
B=43.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453440.9200.170.79168.9885.9611.18
Hex4352C5C0114Fa956b
Octal4655413402111725112613
Binary100110101101100101110001000110011111010100110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04352C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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