#043425

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

Shades of Dark Green #043425

Tints of Dark Green #043425

Color information

#043425 (or 0x043425) is unknown color: approx Dark Green. HEX triplet: 04, 34 and 25. RGB value is (4,52,37). Sum of RGB (Red+Green+Blue) = 4+52+37=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 52 (20.70% from 255 or 55.91% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 52 - color contains mainly: green. Hex color #043425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043425 is #FBCBDA. Grayscale: #232323. Windows color (decimal): -16501723 or 2438148. OLE color: 2438148.

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

Color convert

RGB45237-
CMYK0.9200.290.80
HSL161.25º85.71%10.98%-
HSV(B)161.25º92.31%20.39%-
XYZ1.612.622.17-
YUV35.94128.6105.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 52 (20.70% from 255) = 55.91%
BLUE value IS 37 (14.84% from 255) = 39.78%
R=4.30%
G=55.91%
B=39.78%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal452370.9200.290.80161.2585.7110.98
Hex434255C01D50a156b
Octal4644513403512024112613
Binary100110100100101101110001110110100001010000110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043425; }

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

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

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

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

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

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

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

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