#278074

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

Shades of Elm #278074

Tints of Elm #278074

Color information

#278074 (or 0x278074) is unknown color: approx Elm. HEX triplet: 27, 80 and 74. RGB value is (39,128,116). Sum of RGB (Red+Green+Blue) = 39+128+116=283 (37% of max value = 765). Red value is 39 (15.62% from 255 or 13.78% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 116 (45.70% from 255 or 40.99% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #278074 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #278074 is #D87F8B. Grayscale: #636363. Windows color (decimal): -14188428 or 7634983. OLE color: 7634983.

HSL color Cylindrical-coordinate representation of color #278074: hue angle of 171.91º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #278074 is Cyan = 0.70, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB39128116-
CMYK0.7000.090.50
HSL171.91º53.29%32.75%-
HSV(B)171.91º69.53%50.2%-
XYZ11.7117.1319.21-
YUV100.02137.0184.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 13.78%
GREEN value IS 128 (50.39% from 255) = 45.23%
BLUE value IS 116 (45.70% from 255) = 40.99%
R=13.78%
G=45.23%
B=40.99%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal391281160.7000.090.50171.9153.2932.75
Hex278074460932ac3521
Octal47200164106011622546541
Binary10011110000000111010010001100100111001010101100110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #278074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #278074; }

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

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

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

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

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

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

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

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