#188648

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

Shades of Salem #188648

Tints of Salem #188648

Color information

#188648 (or 0x188648) is unknown color: approx Salem. HEX triplet: 18, 86 and 48. RGB value is (24,134,72). Sum of RGB (Red+Green+Blue) = 24+134+72=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 72 (28.52% from 255 or 31.30% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #188648 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188648 is #E779B7. Grayscale: #5E5E5E. Windows color (decimal): -15169976 or 4752920. OLE color: 4752920.

HSL color Cylindrical-coordinate representation of color #188648: hue angle of 146.18º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188648 is Cyan = 0.82, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB2413472-
CMYK0.8200.460.47
HSL146.18º69.62%30.98%-
HSV(B)146.18º82.09%52.55%-
XYZ10.0717.719.02-
YUV94.04115.5678.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 134 (52.73% from 255) = 58.26%
BLUE value IS 72 (28.52% from 255) = 31.30%
R=10.43%
G=58.26%
B=31.30%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24134720.8200.460.47146.1869.6230.98
Hex1886485202E2F92461f
Octal302061101220565722210637
Binary110001000011010010001010010010111010111110010010100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188648; }

 p { color: rgb(24,134,72); }

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

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

 a { background-color: rgb(24,134,72); }

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

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

 span { border-color: rgb(24,134,72); }

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