#032518

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

Shades of Dark Green #032518

Tints of Dark Green #032518

Color information

#032518 (or 0x032518) is unknown color: approx Dark Green. HEX triplet: 03, 25 and 18. RGB value is (3,37,24). Sum of RGB (Red+Green+Blue) = 3+37+24=64 (8% of max value = 765). Red value is 3 (1.56% from 255 or 4.69% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #032518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032518 is #FCDAE7. Grayscale: #191919. Windows color (decimal): -16571112 or 1582339. OLE color: 1582339.

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

Color convert

RGB33724-
CMYK0.9200.350.85
HSL157.06º85%7.84%-
HSV(B)157.06º91.89%14.51%-
XYZ0.861.411.09-
YUV25.35127.24112.06-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 4.69%
GREEN value IS 37 (14.84% from 255) = 57.81%
BLUE value IS 24 (9.77% from 255) = 37.5%
R=4.69%
G=57.81%
B=37.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal337240.9200.350.85157.06857.84
Hex325185C023559d558
Octal3453013404312523512510
Binary11100101110001011100010001110101011001110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #032518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #032518; }

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

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

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

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

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

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

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

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