#042725

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

Shades of Dark Green #042725

Tints of Dark Green #042725

Color information

#042725 (or 0x042725) is unknown color: approx Dark Green. HEX triplet: 04, 27 and 25. RGB value is (4,39,37). Sum of RGB (Red+Green+Blue) = 4+39+37=80 (10% of max value = 765). Red value is 4 (1.95% from 255 or 5% from 80); Green value is 39 (15.62% from 255 or 48.75% from 80); Blue value is 37 (14.84% from 255 or 46.25% from 80); Max value from RGB is 39 - color contains mainly: green. Hex color #042725 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042725 is #FBD8DA. Grayscale: #1C1C1C. Windows color (decimal): -16505051 or 2434820. OLE color: 2434820.

HSL color Cylindrical-coordinate representation of color #042725: hue angle of 176.57º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #042725 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.85.

Color convert

RGB43937-
CMYK0.9000.050.85
HSL176.57º81.4%8.43%-
HSV(B)176.57º89.74%15.29%-
XYZ1.111.612-
YUV28.31132.9110.66-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5%
GREEN value IS 39 (15.62% from 255) = 48.75%
BLUE value IS 37 (14.84% from 255) = 46.25%
R=5%
G=48.75%
B=46.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal439370.9000.050.85176.5781.48.43
Hex427255A0555b1518
Octal447451320512526112110
Binary1001001111001011011010010110101011011000110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042725; }

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

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

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

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

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

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

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

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