#18754C

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

Shades of Salem #18754C

Tints of Salem #18754C

Color information

#18754C (or 0x18754C) is unknown color: approx Salem. HEX triplet: 18, 75 and 4C. RGB value is (24,117,76). Sum of RGB (Red+Green+Blue) = 24+117+76=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 117 (46.09% from 255 or 53.92% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 117 - color contains mainly: green. Hex color #18754C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18754C is #E78AB3. Grayscale: #545454. Windows color (decimal): -15174324 or 5010712. OLE color: 5010712.

HSL color Cylindrical-coordinate representation of color #18754C: hue angle of 153.55º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18754C is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB2411776-
CMYK0.7900.350.54
HSL153.55º65.96%27.65%-
HSV(B)153.55º79.49%45.88%-
XYZ8.0413.449.01-
YUV84.52123.1984.83-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 117 (46.09% from 255) = 53.92%
BLUE value IS 76 (30.08% from 255) = 35.02%
R=11.06%
G=53.92%
B=35.02%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal24117760.7900.350.54153.5565.9627.65
Hex18754C4F023369a421c
Octal301651141170436623210234
Binary11000111010110011001001111010001111011010011010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18754C; }

 p { color: rgb(24,117,76); }

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

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

 a { background-color: rgb(24,117,76); }

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

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

 span { border-color: rgb(24,117,76); }

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