#188752

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

Shades of Salem #188752

Tints of Salem #188752

Color information

#188752 (or 0x188752) is unknown color: approx Salem. HEX triplet: 18, 87 and 52. RGB value is (24,135,82). Sum of RGB (Red+Green+Blue) = 24+135+82=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #188752 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #188752 is #E778AD. Grayscale: #5F5F5F. Windows color (decimal): -15169710 or 5408536. OLE color: 5408536.

HSL color Cylindrical-coordinate representation of color #188752: hue angle of 151.35º 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 #188752 is Cyan = 0.82, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB2413582-
CMYK0.8200.390.47
HSL151.35º69.81%31.18%-
HSV(B)151.35º82.22%52.94%-
XYZ10.5618.1310.93-
YUV95.77120.2376.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 9.96%
GREEN value IS 135 (53.12% from 255) = 56.02%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=9.96%
G=56.02%
B=34.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal24135820.8200.390.47151.3569.8131.18
Hex188752520272F97461f
Octal302071221220475722710637
Binary110001000011110100101010010010011110111110010111100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #188752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #188752; }

 p { color: rgb(24,135,82); }

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

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

 a { background-color: rgb(24,135,82); }

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

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

 span { border-color: rgb(24,135,82); }

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