#18854F

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

Shades of Salem #18854F

Tints of Salem #18854F

Color information

#18854F (or 0x18854F) is unknown color: approx Salem. HEX triplet: 18, 85 and 4F. RGB value is (24,133,79). Sum of RGB (Red+Green+Blue) = 24+133+79=236 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.17% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 79 (31.25% from 255 or 33.47% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #18854F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #18854F is #E77AB0. Grayscale: #5E5E5E. Windows color (decimal): -15170225 or 5211416. OLE color: 5211416.

HSL color Cylindrical-coordinate representation of color #18854F: hue angle of 150.28º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18854F is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB2413379-
CMYK0.8200.410.48
HSL150.28º69.43%30.78%-
HSV(B)150.28º81.95%52.16%-
XYZ10.1817.5310.25-
YUV94.25119.3977.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.17%
GREEN value IS 133 (52.34% from 255) = 56.36%
BLUE value IS 79 (31.25% from 255) = 33.47%
R=10.17%
G=56.36%
B=33.47%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133790.8200.410.48150.2869.4330.78
Hex18854F520293096451f
Octal302051171220516022610537
Binary110001000010110011111010010010100111000010010110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18854F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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