#277170

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

Shades of Elm #277170

Tints of Elm #277170

Color information

#277170 (or 0x277170) is unknown color: approx Elm. HEX triplet: 27, 71 and 70. RGB value is (39,113,112). Sum of RGB (Red+Green+Blue) = 39+113+112=264 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.77% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 112 (44.14% from 255 or 42.42% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #277170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277170 is #D88E8F. Grayscale: #5A5A5A. Windows color (decimal): -14192272 or 7368999. OLE color: 7368999.

HSL color Cylindrical-coordinate representation of color #277170: hue angle of 179.19º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #277170 is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.56.

Color convert

RGB39113112-
CMYK0.6500.010.56
HSL179.19º48.68%29.8%-
HSV(B)179.19º65.49%44.31%-
XYZ9.6713.4117.41-
YUV90.76139.9891.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.77%
GREEN value IS 113 (44.53% from 255) = 42.80%
BLUE value IS 112 (44.14% from 255) = 42.42%
R=14.77%
G=42.80%
B=42.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal391131120.6500.010.56179.1948.6829.8
Hex277170410138b3311e
Octal4716116010101702636136
Binary100111111000111100001000001011110001011001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277170; }

 p { color: rgb(39,113,112); }

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

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

 a { background-color: rgb(39,113,112); }

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

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

 span { border-color: rgb(39,113,112); }

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