Shades of Evening Sea #266D52
Tints of Evening Sea #266D52
RGB
CMYK
RGB Variations
Color information
#266D52 (or 0x266D52) is known color: Evening Sea. HEX triplet: 26, 6D and 52. RGB value is (38,109,82). Sum of RGB (Red+Green+Blue) = 38+109+82=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 109 (42.97% from 255 or 47.60% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 109 - color contains mainly: green. Hex color #266D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #266D52 is #D992AD. Grayscale: #545454. Windows color (decimal): -14258862 or 5401894. OLE color: 5401894.
HSL color Cylindrical-coordinate representation of color #266D52: hue angle of 157.18º 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 #266D52 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 38 | 109 | 82 | - |
| CMYK | 0.65 | 0 | 0.25 | 0.57 |
| HSL | 157.18º | 0.48% | 0.29% | - |
| HSV(B) | 157.18º | 0.65% | 0.43% | - |
| XYZ | 7.79 | 11.96 | 9.88 | - |
| YUV | 84.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 109 | 82 | 0.65 | 0 | 0.25 | 0.57 | 157.18 | 0.48 | 0.29 |
| Hex | 26 | 6D | 52 | 41 | 0 | 19 | 39 | 9D | 30 | 1D |
| Octal | 46 | 155 | 122 | 101 | 0 | 31 | 71 | 235 | 60 | 35 |
| Binary | 100110 | 1101101 | 1010010 | 1000001 | 0 | 11001 | 111001 | 10011101 | 110000 | 11101 |
Color Harmonies of #266D52
Complementary color
Monochromatic Colors of #266D52
Black with #266D52
Text Example
Text Example
White with #266D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #266D52; }
p { color: rgb(38,109,82); }
H1.HeaderClassName
{
color: #266D52;
}
.AnyTagClassName
{
color: #266D52;
}
</style>
background-color css
<style>
a { background-color: #266D52; }
a { background-color: rgb(38,109,82); }
div.DivClassName
{
background-color: #266D52;
}
.BgClassName
{
background-color: #266D52;
}
</style>
border-color css
<style>
span { border-color: #266D52; }
span { border-color: rgb(38,109,82); }
td.TdClassName
{
border-color: #266D52;
}
.TagClassName
{
border-color: #266D52;
}
</style>