#277472

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

Shades of Elm #277472

Tints of Elm #277472

Color information

#277472 (or 0x277472) is unknown color: approx Elm. HEX triplet: 27, 74 and 72. RGB value is (39,116,114). Sum of RGB (Red+Green+Blue) = 39+116+114=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #277472 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277472 is #D88B8D. Grayscale: #5C5C5C. Windows color (decimal): -14191502 or 7500839. OLE color: 7500839.

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

Color convert

RGB39116114-
CMYK0.6600.020.55
HSL178.44º49.68%30.39%-
HSV(B)178.44º66.38%45.49%-
XYZ10.1214.1418.11-
YUV92.75139.9989.66-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.50%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 114 (44.92% from 255) = 42.38%
R=14.50%
G=43.12%
B=42.38%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal391161140.6600.020.55178.4449.6830.39
Hex277472420237b2321e
Octal4716416210202672626236
Binary1001111110100111001010000100101101111011001011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277472; }

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

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

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

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

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

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

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

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