#237C4A

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

Shades of Salem #237C4A

Tints of Salem #237C4A

Color information

#237C4A (or 0x237C4A) is unknown color: approx Salem. HEX triplet: 23, 7C and 4A. RGB value is (35,124,74). Sum of RGB (Red+Green+Blue) = 35+124+74=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 124 (48.83% from 255 or 53.22% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 124 - color contains mainly: green. Hex color #237C4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #237C4A is #DC83B5. Grayscale: #5B5B5B. Windows color (decimal): -14451638 or 4881443. OLE color: 4881443.

HSL color Cylindrical-coordinate representation of color #237C4A: hue angle of 146.29º 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 #237C4A is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB3512474-
CMYK0.7200.400.51
HSL146.29º55.97%31.18%-
HSV(B)146.29º71.77%48.63%-
XYZ9.1415.278.94-
YUV91.69118.0187.57-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.02%
GREEN value IS 124 (48.83% from 255) = 53.22%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=15.02%
G=53.22%
B=31.76%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal35124740.7200.400.51146.2955.9731.18
Hex237C4A480283392381f
Octal43174112110050632227037
Binary10001111111001001010100100001010001100111001001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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