#187948

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

Shades of Salem #187948

Tints of Salem #187948

Color information

#187948 (or 0x187948) is unknown color: approx Salem. HEX triplet: 18, 79 and 48. RGB value is (24,121,72). Sum of RGB (Red+Green+Blue) = 24+121+72=217 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.06% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 72 (28.52% from 255 or 33.18% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #187948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #187948 is #E786B7. Grayscale: #565656. Windows color (decimal): -15173304 or 4749592. OLE color: 4749592.

HSL color Cylindrical-coordinate representation of color #187948: hue angle of 149.69º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #187948 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB2412172-
CMYK0.8000.400.53
HSL149.69º66.9%28.43%-
HSV(B)149.69º80.17%47.45%-
XYZ8.3814.348.46-
YUV86.41119.8683.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 11.06%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 72 (28.52% from 255) = 33.18%
R=11.06%
G=55.76%
B=33.18%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121720.8000.400.53149.6966.928.43
Hex187948500283596431c
Octal301711101200506522610334
Binary11000111100110010001010000010100011010110010110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #187948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #187948; }

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

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

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

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

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

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

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

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