#189349

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

Shades of Salem #189349

Tints of Salem #189349

Color information

#189349 (or 0x189349) is unknown color: approx Salem. HEX triplet: 18, 93 and 49. RGB value is (24,147,73). Sum of RGB (Red+Green+Blue) = 24+147+73=244 (32% of max value = 765). Red value is 24 (9.77% from 255 or 9.84% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 73 (28.91% from 255 or 29.92% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #189349 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #189349 is #E76CB6. Grayscale: #656565. Windows color (decimal): -15166647 or 4821784. OLE color: 4821784.

HSL color Cylindrical-coordinate representation of color #189349: hue angle of 143.9º 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 #189349 is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.

Color convert

RGB2414773-
CMYK0.8400.500.42
HSL143.9º71.93%33.53%-
HSV(B)143.9º83.67%57.65%-
XYZ12.0121.549.83-
YUV101.79111.7572.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.84%
GREEN value IS 147 (57.81% from 255) = 60.25%
BLUE value IS 73 (28.91% from 255) = 29.92%
R=9.84%
G=60.25%
B=29.92%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal24147730.8400.500.42143.971.9333.53
Hex189349540322A904822
Octal302231111240625222011042
Binary1100010010011100100110101000110010101010100100001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #189349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #189349; }

 p { color: rgb(24,147,73); }

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

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

 a { background-color: rgb(24,147,73); }

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

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

 span { border-color: rgb(24,147,73); }

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