#277670

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

Shades of Elm #277670

Tints of Elm #277670

Color information

#277670 (or 0x277670) is unknown color: approx Elm. HEX triplet: 27, 76 and 70. RGB value is (39,118,112). Sum of RGB (Red+Green+Blue) = 39+118+112=269 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.50% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #277670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277670 is #D8898F. Grayscale: #5D5D5D. Windows color (decimal): -14190992 or 7370279. OLE color: 7370279.

HSL color Cylindrical-coordinate representation of color #277670: hue angle of 175.44º 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 #277670 is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB39118112-
CMYK0.6700.050.54
HSL175.44º50.32%30.78%-
HSV(B)175.44º66.95%46.27%-
XYZ10.2414.5617.6-
YUV93.7138.3388.99-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.50%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 112 (44.14% from 255) = 41.64%
R=14.50%
G=43.87%
B=41.64%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391181120.6700.050.54175.4450.3230.78
Hex277670430536af321f
Octal4716616010305662576237
Binary10011111101101110000100001101011101101010111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277670; }

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

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

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

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

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

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

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

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