#042518

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

Shades of Dark Green #042518

Tints of Dark Green #042518

Color information

#042518 (or 0x042518) is unknown color: approx Dark Green. HEX triplet: 04, 25 and 18. RGB value is (4,37,24). Sum of RGB (Red+Green+Blue) = 4+37+24=65 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.15% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #042518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #042518 is #FBDAE7. Grayscale: #191919. Windows color (decimal): -16505576 or 1582340. OLE color: 1582340.

HSL color Cylindrical-coordinate representation of color #042518: hue angle of 156.36º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042518 is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.

Color convert

RGB43724-
CMYK0.8900.350.85
HSL156.36º80.49%8.04%-
HSV(B)156.36º89.19%14.51%-
XYZ0.881.411.09-
YUV25.65127.07112.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.15%
GREEN value IS 37 (14.84% from 255) = 56.92%
BLUE value IS 24 (9.77% from 255) = 36.92%
R=6.15%
G=56.92%
B=36.92%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal437240.8900.350.85156.3680.498.04
Hex4251859023559c508
Octal4453013104312523412010
Binary100100101110001011001010001110101011001110010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042518; }

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

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

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

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

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

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

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

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