#18734F

Color #18734F Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #18734F

Tints of Salem #18734F

Color information

#18734F (or 0x18734F) is unknown color: approx Salem. HEX triplet: 18, 73 and 4F. RGB value is (24,115,79). Sum of RGB (Red+Green+Blue) = 24+115+79=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #18734F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18734F is #E78CB0. Grayscale: #535353. Windows color (decimal): -15174833 or 5206808. OLE color: 5206808.

HSL color Cylindrical-coordinate representation of color #18734F: hue angle of 156.26º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18734F is Cyan = 0.79, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.55.

Color convert

RGB2411579-
CMYK0.7900.310.55
HSL156.26º65.47%27.25%-
HSV(B)156.26º79.13%45.1%-
XYZ7.9213.029.49-
YUV83.69125.3585.43-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.01%
GREEN value IS 115 (45.31% from 255) = 52.75%
BLUE value IS 79 (31.25% from 255) = 36.24%
R=11.01%
G=52.75%
B=36.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24115790.7900.310.55156.2665.4727.25
Hex18734F4F01F379c411b
Octal301631171170376723410133
Binary1100011100111001111100111101111111011110011100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18734F; }

 p { color: rgb(24,115,79); }

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

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

 a { background-color: rgb(24,115,79); }

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

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

 span { border-color: rgb(24,115,79); }

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