#18794A

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

Shades of Salem #18794A

Tints of Salem #18794A

Color information

#18794A (or 0x18794A) is unknown color: approx Salem. HEX triplet: 18, 79 and 4A. RGB value is (24,121,74). Sum of RGB (Red+Green+Blue) = 24+121+74=219 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.96% from 219); Green value is 121 (47.66% from 255 or 55.25% from 219); Blue value is 74 (29.30% from 255 or 33.79% from 219); Max value from RGB is 121 - color contains mainly: green. Hex color #18794A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18794A is #E786B5. Grayscale: #565656. Windows color (decimal): -15173302 or 4880664. OLE color: 4880664.

HSL color Cylindrical-coordinate representation of color #18794A: hue angle of 150.93º 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 #18794A is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.

Color convert

RGB2412174-
CMYK0.8000.390.53
HSL150.93º66.9%28.43%-
HSV(B)150.93º80.17%47.45%-
XYZ8.4514.368.81-
YUV86.64120.8683.32-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.96%
GREEN value IS 121 (47.66% from 255) = 55.25%
BLUE value IS 74 (29.30% from 255) = 33.79%
R=10.96%
G=55.25%
B=33.79%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121740.8000.390.53150.9366.928.43
Hex18794A500273597431c
Octal301711121200476522710334
Binary11000111100110010101010000010011111010110010111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18794A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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