#18904B

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

Shades of Salem #18904B

Tints of Salem #18904B

Color information

#18904B (or 0x18904B) is unknown color: approx Salem. HEX triplet: 18, 90 and 4B. RGB value is (24,144,75). Sum of RGB (Red+Green+Blue) = 24+144+75=243 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.88% from 243); Green value is 144 (56.64% from 255 or 59.26% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 144 - color contains mainly: green. Hex color #18904B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #18904B is #E76FB4. Grayscale: #646464. Windows color (decimal): -15167413 or 4952088. OLE color: 4952088.

HSL color Cylindrical-coordinate representation of color #18904B: hue angle of 145.5º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18904B is Cyan = 0.83, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB2414475-
CMYK0.8300.480.44
HSL145.5º71.43%32.94%-
HSV(B)145.5º83.33%56.47%-
XYZ11.6220.6510.03-
YUV100.25113.7473.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.88%
GREEN value IS 144 (56.64% from 255) = 59.26%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=9.88%
G=59.26%
B=30.86%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal24144750.8300.480.44145.571.4332.94
Hex18904B530302C924721
Octal302201131230605422210741
Binary1100010010000100101110100110110000101100100100101000111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18904B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18904B; }

 p { color: rgb(24,144,75); }

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

<style>
 a { background-color: #18904B; }

 a { background-color: rgb(24,144,75); }

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

<style>
 span { border-color: #18904B; }

 span { border-color: rgb(24,144,75); }

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