#04352B

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

Shades of Dark Green #04352B

Tints of Dark Green #04352B

Color information

#04352B (or 0x04352B) is unknown color: approx Dark Green. HEX triplet: 04, 35 and 2B. RGB value is (4,53,43). Sum of RGB (Red+Green+Blue) = 4+53+43=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 53 (21.09% from 255 or 53% from 100); Blue value is 43 (17.19% from 255 or 43% from 100); Max value from RGB is 53 - color contains mainly: green. Hex color #04352B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04352B is #FBCAD4. Grayscale: #252525. Windows color (decimal): -16501461 or 2831620. OLE color: 2831620.

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

Color convert

RGB45343-
CMYK0.9200.190.79
HSL167.76º85.96%11.18%-
HSV(B)167.76º92.45%20.78%-
XYZ1.762.752.72-
YUV37.21131.27104.31-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4%
GREEN value IS 53 (21.09% from 255) = 53%
BLUE value IS 43 (17.19% from 255) = 43%
R=4%
G=53%
B=43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453430.9200.190.79167.7685.9611.18
Hex4352B5C0134Fa856b
Octal4655313402311725012613
Binary100110101101011101110001001110011111010100010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04352B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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