Shades of Green Vogue #23414C
Tints of Green Vogue #23414C
RGB
CMYK
RGB Variations
Color information
#23414C (or 0x23414C) is known color: Green Vogue. HEX triplet: 23, 41 and 4C. RGB value is (35,65,76). Sum of RGB (Red+Green+Blue) = 35+65+76=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 76 (30.08% from 255 or 43.18% from 176); Max value from RGB is 76 - color contains mainly: blue. Hex color #23414C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23414C is #DCBEB3. Grayscale: #393939. Windows color (decimal): -14466740 or 4997411. OLE color: 4997411.
HSL color Cylindrical-coordinate representation of color #23414C: hue angle of 196.1º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23414C is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 65 | 76 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.70 |
| HSL | 196.1º | 0.37% | 0.22% | - |
| HSV(B) | 196.1º | 0.54% | 0.3% | - |
| XYZ | 3.89 | 4.66 | 7.53 | - |
| YUV | 57.28 | 138.56 | 112.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 76 | 0.54 | 0.14 | 0 | 0.70 | 196.1 | 0.37 | 0.22 |
| Hex | 23 | 41 | 4C | 36 | E | 0 | 46 | C4 | 25 | 16 |
| Octal | 43 | 101 | 114 | 66 | 16 | 0 | 106 | 304 | 45 | 26 |
| Binary | 100011 | 1000001 | 1001100 | 110110 | 1110 | 0 | 1000110 | 11000100 | 100101 | 10110 |
Color Harmonies of #23414C
Complementary color
Monochromatic Colors of #23414C
Black with #23414C
Text Example
Text Example
White with #23414C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23414C; }
p { color: rgb(35,65,76); }
H1.HeaderClassName
{
color: #23414C;
}
.AnyTagClassName
{
color: #23414C;
}
</style>
background-color css
<style>
a { background-color: #23414C; }
a { background-color: rgb(35,65,76); }
div.DivClassName
{
background-color: #23414C;
}
.BgClassName
{
background-color: #23414C;
}
</style>
border-color css
<style>
span { border-color: #23414C; }
span { border-color: rgb(35,65,76); }
td.TdClassName
{
border-color: #23414C;
}
.TagClassName
{
border-color: #23414C;
}
</style>