#287674

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

Shades of Elm #287674

Tints of Elm #287674

Color information

#287674 (or 0x287674) is unknown color: approx Elm. HEX triplet: 28, 76 and 74. RGB value is (40,118,116). Sum of RGB (Red+Green+Blue) = 40+118+116=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 118 (46.48% from 255 or 43.07% from 274); Blue value is 116 (45.70% from 255 or 42.34% from 274); Max value from RGB is 118 - color contains mainly: green. Hex color #287674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #287674 is #D7898B. Grayscale: #5E5E5E. Windows color (decimal): -14125452 or 7632424. OLE color: 7632424.

HSL color Cylindrical-coordinate representation of color #287674: hue angle of 178.46º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #287674 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB40118116-
CMYK0.6600.020.54
HSL178.46º49.37%30.98%-
HSV(B)178.46º66.1%46.27%-
XYZ10.5114.6718.8-
YUV94.45140.1689.16-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 118 (46.48% from 255) = 43.07%
BLUE value IS 116 (45.70% from 255) = 42.34%
R=14.60%
G=43.07%
B=42.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401181160.6600.020.54178.4649.3730.98
Hex287674420236b2311f
Octal5016616410202662626137
Binary1010001110110111010010000100101101101011001011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287674; }

 p { color: rgb(40,118,116); }

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

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

 a { background-color: rgb(40,118,116); }

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

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

 span { border-color: rgb(40,118,116); }

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