Shades of Green Vogue #23414E
Tints of Green Vogue #23414E
RGB
CMYK
RGB Variations
Color information
#23414E (or 0x23414E) is known color: Green Vogue. HEX triplet: 23, 41 and 4E. RGB value is (35,65,78). Sum of RGB (Red+Green+Blue) = 35+65+78=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 78 (30.86% from 255 or 43.82% from 178); Max value from RGB is 78 - color contains mainly: blue. Hex color #23414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23414E is #DCBEB1. Grayscale: #393939. Windows color (decimal): -14466738 or 5128483. OLE color: 5128483.
HSL color Cylindrical-coordinate representation of color #23414E: hue angle of 198.14º 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 #23414E is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 65 | 78 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.69 |
| HSL | 198.14º | 0.38% | 0.22% | - |
| HSV(B) | 198.14º | 0.55% | 0.31% | - |
| XYZ | 3.96 | 4.69 | 7.9 | - |
| YUV | 57.51 | 139.56 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 78 | 0.55 | 0.17 | 0 | 0.69 | 198.14 | 0.38 | 0.22 |
| Hex | 23 | 41 | 4E | 37 | 11 | 0 | 45 | C6 | 26 | 16 |
| Octal | 43 | 101 | 116 | 67 | 21 | 0 | 105 | 306 | 46 | 26 |
| Binary | 100011 | 1000001 | 1001110 | 110111 | 10001 | 0 | 1000101 | 11000110 | 100110 | 10110 |
Color Harmonies of #23414E
Complementary color
Monochromatic Colors of #23414E
Black with #23414E
Text Example
Text Example
White with #23414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23414E; }
p { color: rgb(35,65,78); }
H1.HeaderClassName
{
color: #23414E;
}
.AnyTagClassName
{
color: #23414E;
}
</style>
background-color css
<style>
a { background-color: #23414E; }
a { background-color: rgb(35,65,78); }
div.DivClassName
{
background-color: #23414E;
}
.BgClassName
{
background-color: #23414E;
}
</style>
border-color css
<style>
span { border-color: #23414E; }
span { border-color: rgb(35,65,78); }
td.TdClassName
{
border-color: #23414E;
}
.TagClassName
{
border-color: #23414E;
}
</style>