#26716B

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

Shades of Elm #26716B

Tints of Elm #26716B

Color information

#26716B (or 0x26716B) is unknown color: approx Elm. HEX triplet: 26, 71 and 6B. RGB value is (38,113,107). Sum of RGB (Red+Green+Blue) = 38+113+107=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 113 (44.53% from 255 or 43.80% from 258); Blue value is 107 (42.19% from 255 or 41.47% from 258); Max value from RGB is 113 - color contains mainly: green. Hex color #26716B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #26716B is #D98E94. Grayscale: #595959. Windows color (decimal): -14257813 or 7041318. OLE color: 7041318.

HSL color Cylindrical-coordinate representation of color #26716B: hue angle of 175.2º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #26716B is Cyan = 0.66, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB38113107-
CMYK0.6600.050.56
HSL175.2º49.67%29.61%-
HSV(B)175.2º66.37%44.31%-
XYZ9.3613.2815.98-
YUV89.89137.6590.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 113 (44.53% from 255) = 43.80%
BLUE value IS 107 (42.19% from 255) = 41.47%
R=14.73%
G=43.80%
B=41.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal381131070.6600.050.56175.249.6729.61
Hex26716B420538af321e
Octal4616115310205702576236
Binary10011011100011101011100001001011110001010111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26716B; }

 p { color: rgb(38,113,107); }

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

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

 a { background-color: rgb(38,113,107); }

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

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

 span { border-color: rgb(38,113,107); }

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