Shades of Evening Sea #1B5F4A
Tints of Evening Sea #1B5F4A
RGB
CMYK
RGB Variations
Color information
#1B5F4A (or 0x1B5F4A) is known color: Evening Sea. HEX triplet: 1B, 5F and 4A. RGB value is (27,95,74). Sum of RGB (Red+Green+Blue) = 27+95+74=196 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.78% from 196); Green value is 95 (37.5% from 255 or 48.47% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 95 - color contains mainly: green. Hex color #1B5F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1B5F4A is #E4A0B5. Grayscale: #484848. Windows color (decimal): -14983350 or 4874011. OLE color: 4874011.
HSL color Cylindrical-coordinate representation of color #1B5F4A: hue angle of 161.47º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B5F4A is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 27 | 95 | 74 | - |
| CMYK | 0.72 | 0 | 0.22 | 0.63 |
| HSL | 161.47º | 0.56% | 0.24% | - |
| HSV(B) | 161.47º | 0.72% | 0.37% | - |
| XYZ | 5.78 | 8.91 | 7.89 | - |
| YUV | 72.27 | 128.97 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 95 | 74 | 0.72 | 0 | 0.22 | 0.63 | 161.47 | 0.56 | 0.24 |
| Hex | 1B | 5F | 4A | 48 | 0 | 16 | 3F | A1 | 38 | 18 |
| Octal | 33 | 137 | 112 | 110 | 0 | 26 | 77 | 241 | 70 | 30 |
| Binary | 11011 | 1011111 | 1001010 | 1001000 | 0 | 10110 | 111111 | 10100001 | 111000 | 11000 |
Color Harmonies of #1B5F4A
Complementary color
Monochromatic Colors of #1B5F4A
Black with #1B5F4A
Text Example
Text Example
White with #1B5F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B5F4A; }
p { color: rgb(27,95,74); }
H1.HeaderClassName
{
color: #1B5F4A;
}
.AnyTagClassName
{
color: #1B5F4A;
}
</style>
background-color css
<style>
a { background-color: #1B5F4A; }
a { background-color: rgb(27,95,74); }
div.DivClassName
{
background-color: #1B5F4A;
}
.BgClassName
{
background-color: #1B5F4A;
}
</style>
border-color css
<style>
span { border-color: #1B5F4A; }
span { border-color: rgb(27,95,74); }
td.TdClassName
{
border-color: #1B5F4A;
}
.TagClassName
{
border-color: #1B5F4A;
}
</style>