#278480

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

Shades of Elm #278480

Tints of Elm #278480

Color information

#278480 (or 0x278480) is unknown color: approx Elm. HEX triplet: 27, 84 and 80. RGB value is (39,132,128). Sum of RGB (Red+Green+Blue) = 39+132+128=299 (39% of max value = 765). Red value is 39 (15.62% from 255 or 13.04% from 299); Green value is 132 (51.95% from 255 or 44.15% from 299); Blue value is 128 (50.39% from 255 or 42.81% from 299); Max value from RGB is 132 - color contains mainly: green. Hex color #278480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #278480 is #D87B7F. Grayscale: #676767. Windows color (decimal): -14187392 or 8422439. OLE color: 8422439.

HSL color Cylindrical-coordinate representation of color #278480: hue angle of 177.42º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278480 is Cyan = 0.70, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB39132128-
CMYK0.7000.030.48
HSL177.42º54.39%33.53%-
HSV(B)177.42º70.45%51.76%-
XYZ12.9818.4923.31-
YUV103.74141.6981.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.04%
GREEN value IS 132 (51.95% from 255) = 44.15%
BLUE value IS 128 (50.39% from 255) = 42.81%
R=13.04%
G=44.15%
B=42.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal391321280.7000.030.48177.4254.3933.53
Hex278480460330b13622
Octal4720420010603602616642
Binary1001111000010010000000100011001111000010110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278480; }

 p { color: rgb(39,132,128); }

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

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

 a { background-color: rgb(39,132,128); }

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

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

 span { border-color: rgb(39,132,128); }

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