Shades of Evening Sea #22534A
Tints of Evening Sea #22534A
RGB
CMYK
RGB Variations
Color information
#22534A (or 0x22534A) is known color: Evening Sea. HEX triplet: 22, 53 and 4A. RGB value is (34,83,74). Sum of RGB (Red+Green+Blue) = 34+83+74=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 74 (29.30% from 255 or 38.74% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #22534A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #22534A is #DDACB5. Grayscale: #434343. Windows color (decimal): -14527670 or 4870946. OLE color: 4870946.
HSL color Cylindrical-coordinate representation of color #22534A: hue angle of 168.98º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #22534A is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 34 | 83 | 74 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.67 |
| HSL | 168.98º | 0.42% | 0.23% | - |
| HSV(B) | 168.98º | 0.59% | 0.33% | - |
| XYZ | 4.99 | 7.02 | 7.57 | - |
| YUV | 67.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 83 | 74 | 0.59 | 0 | 0.11 | 0.67 | 168.98 | 0.42 | 0.23 |
| Hex | 22 | 53 | 4A | 3B | 0 | B | 43 | A9 | 2A | 17 |
| Octal | 42 | 123 | 112 | 73 | 0 | 13 | 103 | 251 | 52 | 27 |
| Binary | 100010 | 1010011 | 1001010 | 111011 | 0 | 1011 | 1000011 | 10101001 | 101010 | 10111 |
Color Harmonies of #22534A
Complementary color
Monochromatic Colors of #22534A
Black with #22534A
Text Example
Text Example
White with #22534A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22534A; }
p { color: rgb(34,83,74); }
H1.HeaderClassName
{
color: #22534A;
}
.AnyTagClassName
{
color: #22534A;
}
</style>
background-color css
<style>
a { background-color: #22534A; }
a { background-color: rgb(34,83,74); }
div.DivClassName
{
background-color: #22534A;
}
.BgClassName
{
background-color: #22534A;
}
</style>
border-color css
<style>
span { border-color: #22534A; }
span { border-color: rgb(34,83,74); }
td.TdClassName
{
border-color: #22534A;
}
.TagClassName
{
border-color: #22534A;
}
</style>