#237C55

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

Shades of Salem #237C55

Tints of Salem #237C55

Color information

#237C55 (or 0x237C55) is unknown color: approx Salem. HEX triplet: 23, 7C and 55. RGB value is (35,124,85). Sum of RGB (Red+Green+Blue) = 35+124+85=244 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.34% from 244); Green value is 124 (48.83% from 255 or 50.82% from 244); Blue value is 85 (33.59% from 255 or 34.84% from 244); Max value from RGB is 124 - color contains mainly: green. Hex color #237C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237C55 is #DC83AA. Grayscale: #5D5D5D. Windows color (decimal): -14451627 or 5602339. OLE color: 5602339.

HSL color Cylindrical-coordinate representation of color #237C55: hue angle of 153.71º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237C55 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB3512485-
CMYK0.7200.310.51
HSL153.71º55.97%31.18%-
HSV(B)153.71º71.77%48.63%-
XYZ9.5415.4311.07-
YUV92.94123.5186.67-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 14.34%
GREEN value IS 124 (48.83% from 255) = 50.82%
BLUE value IS 85 (33.59% from 255) = 34.84%
R=14.34%
G=50.82%
B=34.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35124850.7200.310.51153.7155.9731.18
Hex237C554801F339a381f
Octal43174125110037632327037
Binary1000111111100101010110010000111111100111001101011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237C55; }

 p { color: rgb(35,124,85); }

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

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

 a { background-color: rgb(35,124,85); }

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

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

 span { border-color: rgb(35,124,85); }

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