#26887D

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

Shades of Elm #26887D

Tints of Elm #26887D

Color information

#26887D (or 0x26887D) is unknown color: approx Elm. HEX triplet: 26, 88 and 7D. RGB value is (38,136,125). Sum of RGB (Red+Green+Blue) = 38+136+125=299 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.71% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 125 (49.22% from 255 or 41.81% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #26887D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26887D is #D97782. Grayscale: #696969. Windows color (decimal): -14251907 or 8226854. OLE color: 8226854.

HSL color Cylindrical-coordinate representation of color #26887D: hue angle of 173.27º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #26887D is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB38136125-
CMYK0.7200.080.47
HSL173.27º56.32%34.12%-
HSV(B)173.27º72.06%53.33%-
XYZ13.3119.522.46-
YUV105.44139.0379.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.71%
GREEN value IS 136 (53.52% from 255) = 45.48%
BLUE value IS 125 (49.22% from 255) = 41.81%
R=12.71%
G=45.48%
B=41.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381361250.7200.080.47173.2756.3234.12
Hex26887D48082Fad3822
Octal46210175110010572557042
Binary10011010001000111110110010000100010111110101101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26887D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26887D; }

 p { color: rgb(38,136,125); }

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

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

 a { background-color: rgb(38,136,125); }

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

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

 span { border-color: rgb(38,136,125); }

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