#266C6B

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

Shades of Elm #266C6B

Tints of Elm #266C6B

Color information

#266C6B (or 0x266C6B) is unknown color: approx Elm. HEX triplet: 26, 6C and 6B. RGB value is (38,108,107). Sum of RGB (Red+Green+Blue) = 38+108+107=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 108 (42.58% from 255 or 42.69% from 253); Blue value is 107 (42.19% from 255 or 42.29% from 253); Max value from RGB is 108 - color contains mainly: green. Hex color #266C6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C6B is #D99394. Grayscale: #565656. Windows color (decimal): -14259093 or 7040038. OLE color: 7040038.

HSL color Cylindrical-coordinate representation of color #266C6B: hue angle of 179.14º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266C6B is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB38108107-
CMYK0.6500.010.58
HSL179.14º47.95%28.63%-
HSV(B)179.14º64.81%42.35%-
XYZ8.8212.215.8-
YUV86.96139.3193.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 108 (42.58% from 255) = 42.69%
BLUE value IS 107 (42.19% from 255) = 42.29%
R=15.02%
G=42.69%
B=42.29%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal381081070.6500.010.58179.1447.9528.63
Hex266C6B41013Ab3301d
Octal4615415310101722636035
Binary100110110110011010111000001011110101011001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #266C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #266C6B; }

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

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

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

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

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

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

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

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