#268776

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

Shades of Elm #268776

Tints of Elm #268776

Color information

#268776 (or 0x268776) is unknown color: approx Elm. HEX triplet: 26, 87 and 76. RGB value is (38,135,118). Sum of RGB (Red+Green+Blue) = 38+135+118=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 135 (53.12% from 255 or 46.39% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 135 - color contains mainly: green. Hex color #268776 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268776 is #D97889. Grayscale: #686868. Windows color (decimal): -14252170 or 7767846. OLE color: 7767846.

HSL color Cylindrical-coordinate representation of color #268776: hue angle of 169.48º 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 #268776 is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB38135118-
CMYK0.7200.130.47
HSL169.48º56.07%33.92%-
HSV(B)169.48º71.85%52.94%-
XYZ12.7319.0520.15-
YUV104.06135.8680.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 135 (53.12% from 255) = 46.39%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=13.06%
G=46.39%
B=40.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381351180.7200.130.47169.4856.0733.92
Hex268776480D2Fa93822
Octal46207166110015572517042
Binary10011010000111111011010010000110110111110101001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268776; }

 p { color: rgb(38,135,118); }

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

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

 a { background-color: rgb(38,135,118); }

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

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

 span { border-color: rgb(38,135,118); }

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