#277471

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

Shades of Elm #277471

Tints of Elm #277471

Color information

#277471 (or 0x277471) is unknown color: approx Elm. HEX triplet: 27, 74 and 71. RGB value is (39,116,113). Sum of RGB (Red+Green+Blue) = 39+116+113=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 113 (44.53% from 255 or 42.16% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #277471 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277471 is #D88B8E. Grayscale: #5C5C5C. Windows color (decimal): -14191503 or 7435303. OLE color: 7435303.

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

Color convert

RGB39116113-
CMYK0.6600.030.55
HSL177.66º49.68%30.39%-
HSV(B)177.66º66.38%45.49%-
XYZ10.0614.1117.82-
YUV92.64139.4989.74-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 113 (44.53% from 255) = 42.16%
R=14.55%
G=43.28%
B=42.16%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391161130.6600.030.55177.6649.6830.39
Hex277471420337b2321e
Octal4716416110203672626236
Binary1001111110100111000110000100111101111011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277471; }

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

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

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

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

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

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

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

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