Html Css Color HEX #277555 Salem

📋 copy color: '#277555'

red 39 ◦ green 117 ◦ blue 85

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

Shades of Salem #277555

Tints of Salem #277555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 48.55%

 BLUE value IS 85 (33.59% from 255) = 35.27%

R = 16.18%
G = 48.55%
B = 35.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#277555 (or 0x277555) is known color: Salem. HEX triplet: 27, 75 and 55. RGB value is (39,117,85). Sum of RGB (Red+Green+Blue) = 39+117+85=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #277555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277555 is #D88AAA. Grayscale: #5A5A5A. Windows color (decimal): -14191275 or 5600551. OLE color: 5600551.

HSL color Cylindrical-coordinate representation of color #277555: hue angle of 155.38º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #277555 is Cyan = 0.67, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB 39 117 85 -
CMYK 0.67 0 0.27 0.54
HSL 155.38º 0.5% 0.31% -
HSV(B) 155.38º 0.67% 0.46% -
XYZ 8.84 13.81 10.79 -
YUV 90.03 125.16 91.6 -
System Red Green Blue C M Y K H S L
Decimal 39 117 85 0.67 0 0.27 0.54 155.38 0.5 0.31
Hex 27 75 55 43 0 1B 36 9B 32 1F
Octal 47 165 125 103 0 33 66 233 62 37
Binary 100111 1110101 1010101 1000011 0 11011 110110 10011011 110010 11111

Color Harmonies of #277555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #277555

Black with #277555

Text Example


Text Example

White with #277555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #277555; }

 p { color: rgb(39,117,85); }

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

background-color css

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

 a { background-color: rgb(39,117,85); }

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

border-color css

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

 span { border-color: rgb(39,117,85); }

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