#237253

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

Shades of Salem #237253

Tints of Salem #237253

Color information

#237253 (or 0x237253) is unknown color: approx Salem. HEX triplet: 23, 72 and 53. RGB value is (35,114,83). Sum of RGB (Red+Green+Blue) = 35+114+83=232 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.09% from 232); Green value is 114 (44.92% from 255 or 49.14% from 232); Blue value is 83 (32.81% from 255 or 35.78% from 232); Max value from RGB is 114 - color contains mainly: green. Hex color #237253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237253 is #DC8DAC. Grayscale: #565656. Windows color (decimal): -14454189 or 5468707. OLE color: 5468707.

HSL color Cylindrical-coordinate representation of color #237253: hue angle of 156.46º 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 #237253 is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB3511483-
CMYK0.6900.270.55
HSL156.46º53.02%29.22%-
HSV(B)156.46º69.3%44.71%-
XYZ8.2713.0210.26-
YUV86.84125.8391.02-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.09%
GREEN value IS 114 (44.92% from 255) = 49.14%
BLUE value IS 83 (32.81% from 255) = 35.78%
R=15.09%
G=49.14%
B=35.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal35114830.6900.270.55156.4653.0229.22
Hex2372534501B379c351d
Octal43162123105033672346535
Binary1000111110010101001110001010110111101111001110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #237253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #237253; }

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

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

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

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

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

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

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

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