#26756E

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

Shades of Elm #26756E

Tints of Elm #26756E

Color information

#26756E (or 0x26756E) is unknown color: approx Elm. HEX triplet: 26, 75 and 6E. RGB value is (38,117,110). Sum of RGB (Red+Green+Blue) = 38+117+110=265 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.34% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 110 (43.36% from 255 or 41.51% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #26756E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26756E is #D98A91. Grayscale: #5C5C5C. Windows color (decimal): -14256786 or 7238950. OLE color: 7238950.

HSL color Cylindrical-coordinate representation of color #26756E: hue angle of 174.68º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26756E is Cyan = 0.68, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB38117110-
CMYK0.6800.060.54
HSL174.68º50.97%30.39%-
HSV(B)174.68º67.52%45.88%-
XYZ9.9814.2616.98-
YUV92.58137.8389.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.34%
GREEN value IS 117 (46.09% from 255) = 44.15%
BLUE value IS 110 (43.36% from 255) = 41.51%
R=14.34%
G=44.15%
B=41.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381171100.6800.060.54174.6850.9730.39
Hex26756E440636af331e
Octal4616515610406662576336
Binary10011011101011101110100010001101101101010111111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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