Shades of Green Vogue #23454E
Tints of Green Vogue #23454E
RGB
CMYK
RGB Variations
Color information
#23454E (or 0x23454E) is known color: Green Vogue. HEX triplet: 23, 45 and 4E. RGB value is (35,69,78). Sum of RGB (Red+Green+Blue) = 35+69+78=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 69 (27.34% from 255 or 37.91% from 182); Blue value is 78 (30.86% from 255 or 42.86% from 182); Max value from RGB is 78 - color contains mainly: blue. Hex color #23454E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23454E is #DCBAB1. Grayscale: #3B3B3B. Windows color (decimal): -14465714 or 5129507. OLE color: 5129507.
HSL color Cylindrical-coordinate representation of color #23454E: hue angle of 192.56º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23454E is Cyan = 0.55, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 69 | 78 | - |
| CMYK | 0.55 | 0.12 | 0 | 0.69 |
| HSL | 192.56º | 0.38% | 0.22% | - |
| HSV(B) | 192.56º | 0.55% | 0.31% | - |
| XYZ | 4.2 | 5.16 | 7.98 | - |
| YUV | 59.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 78 | 0.55 | 0.12 | 0 | 0.69 | 192.56 | 0.38 | 0.22 |
| Hex | 23 | 45 | 4E | 37 | C | 0 | 45 | C1 | 26 | 16 |
| Octal | 43 | 105 | 116 | 67 | 14 | 0 | 105 | 301 | 46 | 26 |
| Binary | 100011 | 1000101 | 1001110 | 110111 | 1100 | 0 | 1000101 | 11000001 | 100110 | 10110 |
Color Harmonies of #23454E
Complementary color
Monochromatic Colors of #23454E
Black with #23454E
Text Example
Text Example
White with #23454E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23454E; }
p { color: rgb(35,69,78); }
H1.HeaderClassName
{
color: #23454E;
}
.AnyTagClassName
{
color: #23454E;
}
</style>
background-color css
<style>
a { background-color: #23454E; }
a { background-color: rgb(35,69,78); }
div.DivClassName
{
background-color: #23454E;
}
.BgClassName
{
background-color: #23454E;
}
</style>
border-color css
<style>
span { border-color: #23454E; }
span { border-color: rgb(35,69,78); }
td.TdClassName
{
border-color: #23454E;
}
.TagClassName
{
border-color: #23454E;
}
</style>