#18794C

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

Shades of Salem #18794C

Tints of Salem #18794C

Color information

#18794C (or 0x18794C) is unknown color: approx Salem. HEX triplet: 18, 79 and 4C. RGB value is (24,121,76). Sum of RGB (Red+Green+Blue) = 24+121+76=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 121 (47.66% from 255 or 54.75% from 221); Blue value is 76 (30.08% from 255 or 34.39% from 221); Max value from RGB is 121 - color contains mainly: green. Hex color #18794C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18794C is #E786B3. Grayscale: #565656. Windows color (decimal): -15173300 or 5011736. OLE color: 5011736.

HSL color Cylindrical-coordinate representation of color #18794C: hue angle of 152.16º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18794C is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB2412176-
CMYK0.8000.370.53
HSL152.16º66.9%28.43%-
HSV(B)152.16º80.17%47.45%-
XYZ8.5214.399.17-
YUV86.87121.8683.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.86%
GREEN value IS 121 (47.66% from 255) = 54.75%
BLUE value IS 76 (30.08% from 255) = 34.39%
R=10.86%
G=54.75%
B=34.39%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121760.8000.370.53152.1666.928.43
Hex18794C500253598431c
Octal301711141200456523010334
Binary11000111100110011001010000010010111010110011000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18794C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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