#277B52

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

Shades of Salem #277B52

Tints of Salem #277B52

Color information

#277B52 (or 0x277B52) is unknown color: approx Salem. HEX triplet: 27, 7B and 52. RGB value is (39,123,82). Sum of RGB (Red+Green+Blue) = 39+123+82=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 123 (48.44% from 255 or 50.41% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 123 - color contains mainly: green. Hex color #277B52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277B52 is #D884AD. Grayscale: #5D5D5D. Windows color (decimal): -14189742 or 5405479. OLE color: 5405479.

HSL color Cylindrical-coordinate representation of color #277B52: hue angle of 150.71º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #277B52 is Cyan = 0.68, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.52.

Color convert

RGB3912382-
CMYK0.6800.330.52
HSL150.71º51.85%31.76%-
HSV(B)150.71º68.29%48.24%-
XYZ9.4415.2110.42-
YUV93.21121.6789.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 123 (48.44% from 255) = 50.41%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=15.98%
G=50.41%
B=33.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal39123820.6800.330.52150.7151.8531.76
Hex277B524402134973420
Octal47173122104041642276440
Binary100111111101110100101000100010000111010010010111110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277B52; }

 p { color: rgb(39,123,82); }

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

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

 a { background-color: rgb(39,123,82); }

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

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

 span { border-color: rgb(39,123,82); }

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