Shades of Eden #266C5C
Tints of Eden #266C5C
RGB
CMYK
RGB Variations
Color information
#266C5C (or 0x266C5C) is known color: Eden. HEX triplet: 26, 6C and 5C. RGB value is (38,108,92). Sum of RGB (Red+Green+Blue) = 38+108+92=238 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.97% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 92 (36.33% from 255 or 38.66% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #266C5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266C5C is #D993A3. Grayscale: #555555. Windows color (decimal): -14259108 or 6056998. OLE color: 6056998.
HSL color Cylindrical-coordinate representation of color #266C5C: hue angle of 166.29º 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 #266C5C is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 38 | 108 | 92 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.58 |
| HSL | 166.29º | 0.48% | 0.29% | - |
| HSV(B) | 166.29º | 0.65% | 0.42% | - |
| XYZ | 8.09 | 11.91 | 12 | - |
| YUV | 85.25 | 131.81 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 108 | 92 | 0.65 | 0 | 0.15 | 0.58 | 166.29 | 0.48 | 0.29 |
| Hex | 26 | 6C | 5C | 41 | 0 | F | 3A | A6 | 30 | 1D |
| Octal | 46 | 154 | 134 | 101 | 0 | 17 | 72 | 246 | 60 | 35 |
| Binary | 100110 | 1101100 | 1011100 | 1000001 | 0 | 1111 | 111010 | 10100110 | 110000 | 11101 |
Color Harmonies of #266C5C
Complementary color
Monochromatic Colors of #266C5C
Black with #266C5C
Text Example
Text Example
White with #266C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266C5C; }
p { color: rgb(38,108,92); }
H1.HeaderClassName
{
color: #266C5C;
}
.AnyTagClassName
{
color: #266C5C;
}
</style>
background-color css
<style>
a { background-color: #266C5C; }
a { background-color: rgb(38,108,92); }
div.DivClassName
{
background-color: #266C5C;
}
.BgClassName
{
background-color: #266C5C;
}
</style>
border-color css
<style>
span { border-color: #266C5C; }
span { border-color: rgb(38,108,92); }
td.TdClassName
{
border-color: #266C5C;
}
.TagClassName
{
border-color: #266C5C;
}
</style>