#26736F

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

Shades of Elm #26736F

Tints of Elm #26736F

Color information

#26736F (or 0x26736F) is unknown color: approx Elm. HEX triplet: 26, 73 and 6F. RGB value is (38,115,111). Sum of RGB (Red+Green+Blue) = 38+115+111=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #26736F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26736F is #D98C90. Grayscale: #5B5B5B. Windows color (decimal): -14257297 or 7303974. OLE color: 7303974.

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

Color convert

RGB38115111-
CMYK0.6700.030.55
HSL176.88º50.33%30%-
HSV(B)176.88º66.96%45.1%-
XYZ9.813.8217.19-
YUV91.52138.9989.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.39%
GREEN value IS 115 (45.31% from 255) = 43.56%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=14.39%
G=43.56%
B=42.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381151110.6700.030.55176.8850.3330
Hex26736F430337b1321e
Octal4616315710303672616236
Binary1001101110011110111110000110111101111011000111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26736F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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