#277570

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

Shades of Elm #277570

Tints of Elm #277570

Color information

#277570 (or 0x277570) is unknown color: approx Elm. HEX triplet: 27, 75 and 70. RGB value is (39,117,112). Sum of RGB (Red+Green+Blue) = 39+117+112=268 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.55% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #277570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #277570 is #D88A8F. Grayscale: #5D5D5D. Windows color (decimal): -14191248 or 7370023. OLE color: 7370023.

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

Color convert

RGB39117112-
CMYK0.6700.040.54
HSL176.15º50%30.59%-
HSV(B)176.15º66.67%45.88%-
XYZ10.1214.3217.56-
YUV93.11138.6689.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.55%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=14.55%
G=43.66%
B=41.79%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal391171120.6700.040.54176.155030.59
Hex277570430436b0321f
Octal4716516010304662606237
Binary10011111101011110000100001101001101101011000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #277570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #277570; }

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

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

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

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

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

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

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

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