#189446

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

Shades of Salem #189446

Tints of Salem #189446

Color information

#189446 (or 0x189446) is unknown color: approx Salem. HEX triplet: 18, 94 and 46. RGB value is (24,148,70). Sum of RGB (Red+Green+Blue) = 24+148+70=242 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.92% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 70 (27.73% from 255 or 28.93% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #189446 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189446 is #E76BB9. Grayscale: #666666. Windows color (decimal): -15166394 or 4625432. OLE color: 4625432.

HSL color Cylindrical-coordinate representation of color #189446: hue angle of 142.26º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #189446 is Cyan = 0.84, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB2414870-
CMYK0.8400.530.42
HSL142.26º72.09%33.73%-
HSV(B)142.26º83.78%58.04%-
XYZ12.0721.829.37-
YUV102.03109.9272.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.92%
GREEN value IS 148 (58.20% from 255) = 61.16%
BLUE value IS 70 (27.73% from 255) = 28.93%
R=9.92%
G=61.16%
B=28.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24148700.8400.530.42142.2672.0933.73
Hex189446540352A8e4822
Octal302241061240655221611042
Binary1100010010100100011010101000110101101010100011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189446; }

 p { color: rgb(24,148,70); }

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

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

 a { background-color: rgb(24,148,70); }

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

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

 span { border-color: rgb(24,148,70); }

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