Shades of Evening Sea #266D4F
Tints of Evening Sea #266D4F
RGB
CMYK
RGB Variations
Color information
#266D4F (or 0x266D4F) is known color: Evening Sea. HEX triplet: 26, 6D and 4F. RGB value is (38,109,79). Sum of RGB (Red+Green+Blue) = 38+109+79=226 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.81% from 226); Green value is 109 (42.97% from 255 or 48.23% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 109 - color contains mainly: green. Hex color #266D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D4F is #D992B0. Grayscale: #545454. Windows color (decimal): -14258865 or 5205286. OLE color: 5205286.
HSL color Cylindrical-coordinate representation of color #266D4F: hue angle of 154.65º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #266D4F is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 79 | - |
| CMYK | 0.65 | 0 | 0.28 | 0.57 |
| HSL | 154.65º | 0.48% | 0.29% | - |
| HSV(B) | 154.65º | 0.65% | 0.43% | - |
| XYZ | 7.68 | 11.91 | 9.29 | - |
| YUV | 84.35 | 124.98 | 94.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 79 | 0.65 | 0 | 0.28 | 0.57 | 154.65 | 0.48 | 0.29 |
| Hex | 26 | 6D | 4F | 41 | 0 | 1C | 39 | 9B | 30 | 1D |
| Octal | 46 | 155 | 117 | 101 | 0 | 34 | 71 | 233 | 60 | 35 |
| Binary | 100110 | 1101101 | 1001111 | 1000001 | 0 | 11100 | 111001 | 10011011 | 110000 | 11101 |
Color Harmonies of #266D4F
Complementary color
Monochromatic Colors of #266D4F
Black with #266D4F
Text Example
Text Example
White with #266D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D4F; }
p { color: rgb(38,109,79); }
H1.HeaderClassName
{
color: #266D4F;
}
.AnyTagClassName
{
color: #266D4F;
}
</style>
background-color css
<style>
a { background-color: #266D4F; }
a { background-color: rgb(38,109,79); }
div.DivClassName
{
background-color: #266D4F;
}
.BgClassName
{
background-color: #266D4F;
}
</style>
border-color css
<style>
span { border-color: #266D4F; }
span { border-color: rgb(38,109,79); }
td.TdClassName
{
border-color: #266D4F;
}
.TagClassName
{
border-color: #266D4F;
}
</style>