#26847D

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

Shades of Elm #26847D

Tints of Elm #26847D

Color information

#26847D (or 0x26847D) is unknown color: approx Elm. HEX triplet: 26, 84 and 7D. RGB value is (38,132,125). Sum of RGB (Red+Green+Blue) = 38+132+125=295 (39% of max value = 765). Red value is 38 (15.23% from 255 or 12.88% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 125 (49.22% from 255 or 42.37% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #26847D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #26847D is #D97B82. Grayscale: #676767. Windows color (decimal): -14252931 or 8225830. OLE color: 8225830.

HSL color Cylindrical-coordinate representation of color #26847D: hue angle of 175.53º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #26847D is Cyan = 0.71, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB38132125-
CMYK0.7100.050.48
HSL175.53º55.29%33.33%-
HSV(B)175.53º71.21%51.76%-
XYZ12.7518.422.28-
YUV103.1140.3681.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.88%
GREEN value IS 132 (51.95% from 255) = 44.75%
BLUE value IS 125 (49.22% from 255) = 42.37%
R=12.88%
G=44.75%
B=42.37%

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
Decimal381321250.7100.050.48175.5355.2933.33
Hex26847D470530b03721
Octal4620417510705602606741
Binary1001101000010011111011000111010111000010110000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26847D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26847D; }

 p { color: rgb(38,132,125); }

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

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

 a { background-color: rgb(38,132,125); }

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

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

 span { border-color: rgb(38,132,125); }

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