#18794D

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

Shades of Salem #18794D

Tints of Salem #18794D

Color information

#18794D (or 0x18794D) is unknown color: approx Salem. HEX triplet: 18, 79 and 4D. RGB value is (24,121,77). Sum of RGB (Red+Green+Blue) = 24+121+77=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #18794D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18794D is #E786B2. Grayscale: #575757. Windows color (decimal): -15173299 or 5077272. OLE color: 5077272.

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

Color convert

RGB2412177-
CMYK0.8000.360.53
HSL152.78º66.9%28.43%-
HSV(B)152.78º80.17%47.45%-
XYZ8.5514.49.35-
YUV86.98122.3683.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.81%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=10.81%
G=54.50%
B=34.68%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121770.8000.360.53152.7866.928.43
Hex18794D500243599431c
Octal301711151200446523110334
Binary11000111100110011011010000010010011010110011001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18794D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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