Html Css Color HEX #277350 Salem

📋 copy color: '#277350'

red 39 ◦ green 115 ◦ blue 80

#277350
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #277350

Tints of Salem #277350

RGB

 RED value IS 39 (15.63% from 255) = 16.67%

 GREEN value IS 115 (45.31% from 255) = 49.15%

 BLUE value IS 80 (31.64% from 255) = 34.19%

R = 16.67%
G = 49.15%
B = 34.19%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#277350 (or 0x277350) is known color: Salem. HEX triplet: 27, 73 and 50. RGB value is (39,115,80). Sum of RGB (Red+Green+Blue) = 39+115+80=234 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.67% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #277350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277350 is #D88CAF. Grayscale: #585858. Windows color (decimal): -14191792 or 5272359. OLE color: 5272359.

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

Color convert

RGB 39 115 80 -
CMYK 0.66 0 0.30 0.55
HSL 152.37º 0.49% 0.3% -
HSV(B) 152.37º 0.66% 0.45% -
XYZ 8.42 13.27 9.71 -
YUV 88.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 39 115 80 0.66 0 0.30 0.55 152.37 0.49 0.3
Hex 27 73 50 42 0 1E 37 98 31 1E
Octal 47 163 120 102 0 36 67 230 61 36
Binary 100111 1110011 1010000 1000010 0 11110 110111 10011000 110001 11110

Color Harmonies of #277350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277350

Black with #277350

Text Example


Text Example

White with #277350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277350; }

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

 H1.HeaderClassName
 {
   color: #277350;
 }
 .AnyTagClassName
 {
   color: #277350;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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