#268675

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

Shades of Elm #268675

Tints of Elm #268675

Color information

#268675 (or 0x268675) is unknown color: approx Elm. HEX triplet: 26, 86 and 75. RGB value is (38,134,117). Sum of RGB (Red+Green+Blue) = 38+134+117=289 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.15% from 289); Green value is 134 (52.73% from 255 or 46.37% from 289); Blue value is 117 (46.09% from 255 or 40.48% from 289); Max value from RGB is 134 - color contains mainly: green. Hex color #268675 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268675 is #D9798A. Grayscale: #676767. Windows color (decimal): -14252427 or 7702054. OLE color: 7702054.

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

Color convert

RGB38134117-
CMYK0.7200.130.47
HSL169.38º55.81%33.73%-
HSV(B)169.38º71.64%52.55%-
XYZ12.5418.7519.79-
YUV103.36135.781.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.15%
GREEN value IS 134 (52.73% from 255) = 46.37%
BLUE value IS 117 (46.09% from 255) = 40.48%
R=13.15%
G=46.37%
B=40.48%

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
Decimal381341170.7200.130.47169.3855.8133.73
Hex268675480D2Fa93822
Octal46206165110015572517042
Binary10011010000110111010110010000110110111110101001111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268675; }

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

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

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

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

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

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

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

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