#26746F

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

Shades of Elm #26746F

Tints of Elm #26746F

Color information

#26746F (or 0x26746F) is unknown color: approx Elm. HEX triplet: 26, 74 and 6F. RGB value is (38,116,111). Sum of RGB (Red+Green+Blue) = 38+116+111=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 116 (45.70% from 255 or 43.77% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 116 - color contains mainly: green. Hex color #26746F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26746F is #D98B90. Grayscale: #5C5C5C. Windows color (decimal): -14257041 or 7304230. OLE color: 7304230.

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

Color convert

RGB38116111-
CMYK0.6700.040.55
HSL176.15º50.65%30.2%-
HSV(B)176.15º67.24%45.49%-
XYZ9.9114.0517.23-
YUV92.11138.6689.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 116 (45.70% from 255) = 43.77%
BLUE value IS 111 (43.75% from 255) = 41.89%
R=14.34%
G=43.77%
B=41.89%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381161110.6700.040.55176.1550.6530.2
Hex26746F430437b0331e
Octal4616415710304672606336
Binary10011011101001101111100001101001101111011000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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