#237250

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

Shades of Salem #237250

Tints of Salem #237250

Color information

#237250 (or 0x237250) is unknown color: approx Salem. HEX triplet: 23, 72 and 50. RGB value is (35,114,80). Sum of RGB (Red+Green+Blue) = 35+114+80=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #237250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237250 is #DC8DAF. Grayscale: #565656. Windows color (decimal): -14454192 or 5272099. OLE color: 5272099.

HSL color Cylindrical-coordinate representation of color #237250: hue angle of 154.18º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #237250 is Cyan = 0.69, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB3511480-
CMYK0.6900.300.55
HSL154.18º53.02%29.22%-
HSV(B)154.18º69.3%44.71%-
XYZ8.1612.979.66-
YUV86.5124.3391.26-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.28%
GREEN value IS 114 (44.92% from 255) = 49.78%
BLUE value IS 80 (31.64% from 255) = 34.93%
R=15.28%
G=49.78%
B=34.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35114800.6900.300.55154.1853.0229.22
Hex2372504501E379a351d
Octal43162120105036672326535
Binary1000111110010101000010001010111101101111001101011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237250; }

 p { color: rgb(35,114,80); }

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

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

 a { background-color: rgb(35,114,80); }

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

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

 span { border-color: rgb(35,114,80); }

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