#043525

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

Shades of Dark Green #043525

Tints of Dark Green #043525

Color information

#043525 (or 0x043525) is unknown color: approx Dark Green. HEX triplet: 04, 35 and 25. RGB value is (4,53,37). Sum of RGB (Red+Green+Blue) = 4+53+37=94 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.26% from 94); Green value is 53 (21.09% from 255 or 56.38% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 53 - color contains mainly: green. Hex color #043525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043525 is #FBCADA. Grayscale: #242424. Windows color (decimal): -16501467 or 2438404. OLE color: 2438404.

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

Color convert

RGB45337-
CMYK0.9200.300.79
HSL160.41º85.96%11.18%-
HSV(B)160.41º92.45%20.78%-
XYZ1.662.712.19-
YUV36.52128.27104.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.26%
GREEN value IS 53 (21.09% from 255) = 56.38%
BLUE value IS 37 (14.84% from 255) = 39.36%
R=4.26%
G=56.38%
B=39.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal453370.9200.300.79160.4185.9611.18
Hex435255C01E4Fa056b
Octal4654513403611724012613
Binary100110101100101101110001111010011111010000010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043525; }

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

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

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

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

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

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

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

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