#268076

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

Shades of Elm #268076

Tints of Elm #268076

Color information

#268076 (or 0x268076) is unknown color: approx Elm. HEX triplet: 26, 80 and 76. RGB value is (38,128,118). Sum of RGB (Red+Green+Blue) = 38+128+118=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 128 (50.39% from 255 or 45.07% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 128 - color contains mainly: green. Hex color #268076 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268076 is #D97F89. Grayscale: #636363. Windows color (decimal): -14253962 or 7766054. OLE color: 7766054.

HSL color Cylindrical-coordinate representation of color #268076: hue angle of 173.33º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #268076 is Cyan = 0.70, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB38128118-
CMYK0.7000.080.50
HSL173.33º54.22%32.55%-
HSV(B)173.33º70.31%50.2%-
XYZ11.7917.1619.83-
YUV99.95138.1883.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.38%
GREEN value IS 128 (50.39% from 255) = 45.07%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=13.38%
G=45.07%
B=41.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal381281180.7000.080.50173.3354.2232.55
Hex268076460832ad3621
Octal46200166106010622556641
Binary10011010000000111011010001100100011001010101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268076; }

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

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

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

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

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

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

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

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