#268577

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

Shades of Elm #268577

Tints of Elm #268577

Color information

#268577 (or 0x268577) is unknown color: approx Elm. HEX triplet: 26, 85 and 77. RGB value is (38,133,119). Sum of RGB (Red+Green+Blue) = 38+133+119=290 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.10% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #268577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #268577 is #D97A88. Grayscale: #666666. Windows color (decimal): -14252681 or 7832870. OLE color: 7832870.

HSL color Cylindrical-coordinate representation of color #268577: hue angle of 171.16º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #268577 is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB38133119-
CMYK0.7100.110.48
HSL171.16º55.56%33.53%-
HSV(B)171.16º71.43%52.16%-
XYZ12.5218.5220.37-
YUV103137.0381.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.10%
GREEN value IS 133 (52.34% from 255) = 45.86%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=13.10%
G=45.86%
B=41.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381331190.7100.110.48171.1655.5633.53
Hex268577470B30ab3822
Octal46205167107013602537042
Binary10011010000101111011110001110101111000010101011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #268577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #268577; }

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

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

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

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

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

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

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

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