#268677

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

Shades of Elm #268677

Tints of Elm #268677

Color information

#268677 (or 0x268677) is unknown color: approx Elm. HEX triplet: 26, 86 and 77. RGB value is (38,134,119). Sum of RGB (Red+Green+Blue) = 38+134+119=291 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.06% from 291); Green value is 134 (52.73% from 255 or 46.05% from 291); Blue value is 119 (46.88% from 255 or 40.89% from 291); Max value from RGB is 134 - color contains mainly: green. Hex color #268677 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268677 is #D97988. Grayscale: #676767. Windows color (decimal): -14252425 or 7833126. OLE color: 7833126.

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

Color convert

RGB38134119-
CMYK0.7200.110.47
HSL170.62º55.81%33.73%-
HSV(B)170.62º71.64%52.55%-
XYZ12.6518.7920.41-
YUV103.59136.781.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.06%
GREEN value IS 134 (52.73% from 255) = 46.05%
BLUE value IS 119 (46.88% from 255) = 40.89%
R=13.06%
G=46.05%
B=40.89%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal381341190.7200.110.47170.6255.8133.73
Hex268677480B2Fab3822
Octal46206167110013572537042
Binary10011010000110111011110010000101110111110101011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268677; }

 p { color: rgb(38,134,119); }

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

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

 a { background-color: rgb(38,134,119); }

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

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

 span { border-color: rgb(38,134,119); }

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