#188255

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

Shades of Salem #188255

Tints of Salem #188255

Color information

#188255 (or 0x188255) is unknown color: approx Salem. HEX triplet: 18, 82 and 55. RGB value is (24,130,85). Sum of RGB (Red+Green+Blue) = 24+130+85=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 130 (51.17% from 255 or 54.39% from 239); Blue value is 85 (33.59% from 255 or 35.56% from 239); Max value from RGB is 130 - color contains mainly: green. Hex color #188255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188255 is #E77DAA. Grayscale: #5D5D5D. Windows color (decimal): -15170987 or 5603864. OLE color: 5603864.

HSL color Cylindrical-coordinate representation of color #188255: hue angle of 154.53º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #188255 is Cyan = 0.82, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.49.

Color convert

RGB2413085-
CMYK0.8200.350.49
HSL154.53º68.83%30.2%-
HSV(B)154.53º81.54%50.98%-
XYZ1016.8211.31-
YUV93.18123.3878.66-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 130 (51.17% from 255) = 54.39%
BLUE value IS 85 (33.59% from 255) = 35.56%
R=10.04%
G=54.39%
B=35.56%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal24130850.8200.350.49154.5368.8330.2
Hex18825552023319b451e
Octal302021251220436123310536
Binary110001000001010101011010010010001111000110011011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188255; }

 p { color: rgb(24,130,85); }

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

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

 a { background-color: rgb(24,130,85); }

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

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

 span { border-color: rgb(24,130,85); }

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