#268176

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

Shades of Elm #268176

Tints of Elm #268176

Color information

#268176 (or 0x268176) is unknown color: approx Elm. HEX triplet: 26, 81 and 76. RGB value is (38,129,118). Sum of RGB (Red+Green+Blue) = 38+129+118=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 118 (46.48% from 255 or 41.40% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #268176 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268176 is #D97E89. Grayscale: #646464. Windows color (decimal): -14253706 or 7766310. OLE color: 7766310.

HSL color Cylindrical-coordinate representation of color #268176: hue angle of 172.75º degrees, saturation: 0.54, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268176 is Cyan = 0.71, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.49.

Color convert

RGB38129118-
CMYK0.7100.090.49
HSL172.75º54.49%32.75%-
HSV(B)172.75º70.54%50.59%-
XYZ11.9217.4219.87-
YUV100.54137.8583.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.33%
GREEN value IS 129 (50.78% from 255) = 45.26%
BLUE value IS 118 (46.48% from 255) = 41.40%
R=13.33%
G=45.26%
B=41.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal381291180.7100.090.49172.7554.4932.75
Hex268176470931ad3621
Octal46201166107011612556641
Binary10011010000001111011010001110100111000110101101110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268176; }

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

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

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

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

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

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

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

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