#277250

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

Shades of Salem #277250

Tints of Salem #277250

Color information

#277250 (or 0x277250) is unknown color: approx Salem. HEX triplet: 27, 72 and 50. RGB value is (39,114,80). Sum of RGB (Red+Green+Blue) = 39+114+80=233 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.74% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #277250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277250 is #D88DAF. Grayscale: #575757. Windows color (decimal): -14192048 or 5272103. OLE color: 5272103.

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

Color convert

RGB3911480-
CMYK0.6600.300.55
HSL152.8º49.02%30%-
HSV(B)152.8º65.79%44.71%-
XYZ8.313.059.67-
YUV87.7123.6593.26-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.74%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 80 (31.64% from 255) = 34.33%
R=16.74%
G=48.93%
B=34.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal39114800.6600.300.55152.849.0230
Hex2772504201E3799311e
Octal47162120102036672316136
Binary1001111110010101000010000100111101101111001100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277250; }

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

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

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

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

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

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

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

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