#188548

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

Shades of Salem #188548

Tints of Salem #188548

Color information

#188548 (or 0x188548) is unknown color: approx Salem. HEX triplet: 18, 85 and 48. RGB value is (24,133,72). Sum of RGB (Red+Green+Blue) = 24+133+72=229 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.48% from 229); Green value is 133 (52.34% from 255 or 58.08% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 133 - color contains mainly: green. Hex color #188548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #188548 is #E77AB7. Grayscale: #5D5D5D. Windows color (decimal): -15170232 or 4752664. OLE color: 4752664.

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

Color convert

RGB2413372-
CMYK0.8200.460.48
HSL146.42º69.43%30.78%-
HSV(B)146.42º81.95%52.16%-
XYZ9.9317.448.97-
YUV93.46115.8978.46-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.48%
GREEN value IS 133 (52.34% from 255) = 58.08%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=10.48%
G=58.08%
B=31.44%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal24133720.8200.460.48146.4269.4330.78
Hex1885485202E3092451f
Octal302051101220566022210537
Binary110001000010110010001010010010111011000010010010100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188548; }

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

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

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

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

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

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

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

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