#26857E

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

Shades of Elm #26857E

Tints of Elm #26857E

Color information

#26857E (or 0x26857E) is unknown color: approx Elm. HEX triplet: 26, 85 and 7E. RGB value is (38,133,126). Sum of RGB (Red+Green+Blue) = 38+133+126=297 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.79% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 126 (49.61% from 255 or 42.42% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #26857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26857E is #D97A81. Grayscale: #676767. Windows color (decimal): -14252674 or 8291622. OLE color: 8291622.

HSL color Cylindrical-coordinate representation of color #26857E: hue angle of 175.58º 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 #26857E is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB38133126-
CMYK0.7100.050.48
HSL175.58º55.56%33.53%-
HSV(B)175.58º71.43%52.16%-
XYZ12.9518.6922.66-
YUV103.8140.5381.07-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.79%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 126 (49.61% from 255) = 42.42%
R=12.79%
G=44.78%
B=42.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal381331260.7100.050.48175.5855.5633.53
Hex26857E470530b03822
Octal4620517610705602607042
Binary1001101000010111111101000111010111000010110000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26857E; }

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

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

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

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

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

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

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

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