#26746E

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

Shades of Elm #26746E

Tints of Elm #26746E

Color information

#26746E (or 0x26746E) is unknown color: approx Elm. HEX triplet: 26, 74 and 6E. RGB value is (38,116,110). Sum of RGB (Red+Green+Blue) = 38+116+110=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #26746E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26746E is #D98B91. Grayscale: #5B5B5B. Windows color (decimal): -14257042 or 7238694. OLE color: 7238694.

HSL color Cylindrical-coordinate representation of color #26746E: hue angle of 175.38º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #26746E is Cyan = 0.67, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB38116110-
CMYK0.6700.050.55
HSL175.38º50.65%30.2%-
HSV(B)175.38º67.24%45.49%-
XYZ9.8614.0316.94-
YUV91.99138.1689.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 110 (43.36% from 255) = 41.67%
R=14.39%
G=43.94%
B=41.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381161100.6700.050.55175.3850.6530.2
Hex26746E430537af331e
Octal4616415610305672576336
Binary10011011101001101110100001101011101111010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26746E; }

 p { color: rgb(38,116,110); }

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

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

 a { background-color: rgb(38,116,110); }

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

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

 span { border-color: rgb(38,116,110); }

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