Shades of Green Vogue #23404C
Tints of Green Vogue #23404C
RGB
CMYK
RGB Variations
Color information
#23404C (or 0x23404C) is known color: Green Vogue. HEX triplet: 23, 40 and 4C. RGB value is (35,64,76). Sum of RGB (Red+Green+Blue) = 35+64+76=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #23404C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23404C is #DCBFB3. Grayscale: #383838. Windows color (decimal): -14466996 or 4997155. OLE color: 4997155.
HSL color Cylindrical-coordinate representation of color #23404C: hue angle of 197.56º 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 #23404C is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 64 | 76 | - |
| CMYK | 0.54 | 0.16 | 0 | 0.70 |
| HSL | 197.56º | 0.37% | 0.22% | - |
| HSV(B) | 197.56º | 0.54% | 0.3% | - |
| XYZ | 3.83 | 4.55 | 7.51 | - |
| YUV | 56.7 | 138.89 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 76 | 0.54 | 0.16 | 0 | 0.70 | 197.56 | 0.37 | 0.22 |
| Hex | 23 | 40 | 4C | 36 | 10 | 0 | 46 | C6 | 25 | 16 |
| Octal | 43 | 100 | 114 | 66 | 20 | 0 | 106 | 306 | 45 | 26 |
| Binary | 100011 | 1000000 | 1001100 | 110110 | 10000 | 0 | 1000110 | 11000110 | 100101 | 10110 |
Color Harmonies of #23404C
Complementary color
Monochromatic Colors of #23404C
Black with #23404C
Text Example
Text Example
White with #23404C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23404C; }
p { color: rgb(35,64,76); }
H1.HeaderClassName
{
color: #23404C;
}
.AnyTagClassName
{
color: #23404C;
}
</style>
background-color css
<style>
a { background-color: #23404C; }
a { background-color: rgb(35,64,76); }
div.DivClassName
{
background-color: #23404C;
}
.BgClassName
{
background-color: #23404C;
}
</style>
border-color css
<style>
span { border-color: #23404C; }
span { border-color: rgb(35,64,76); }
td.TdClassName
{
border-color: #23404C;
}
.TagClassName
{
border-color: #23404C;
}
</style>