Shades of Green Vogue #23404D
Tints of Green Vogue #23404D
RGB
CMYK
RGB Variations
Color information
#23404D (or 0x23404D) is known color: Green Vogue. HEX triplet: 23, 40 and 4D. RGB value is (35,64,77). Sum of RGB (Red+Green+Blue) = 35+64+77=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 64 (25.39% from 255 or 36.36% from 176); Blue value is 77 (30.47% from 255 or 43.75% from 176); Max value from RGB is 77 - color contains mainly: blue. Hex color #23404D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23404D is #DCBFB2. Grayscale: #383838. Windows color (decimal): -14466995 or 5062691. OLE color: 5062691.
HSL color Cylindrical-coordinate representation of color #23404D: hue angle of 198.57º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23404D is Cyan = 0.55, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 64 | 77 | - |
| CMYK | 0.55 | 0.17 | 0 | 0.70 |
| HSL | 198.57º | 0.38% | 0.22% | - |
| HSV(B) | 198.57º | 0.55% | 0.3% | - |
| XYZ | 3.87 | 4.56 | 7.7 | - |
| YUV | 56.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 77 | 0.55 | 0.17 | 0 | 0.70 | 198.57 | 0.38 | 0.22 |
| Hex | 23 | 40 | 4D | 37 | 11 | 0 | 46 | C7 | 26 | 16 |
| Octal | 43 | 100 | 115 | 67 | 21 | 0 | 106 | 307 | 46 | 26 |
| Binary | 100011 | 1000000 | 1001101 | 110111 | 10001 | 0 | 1000110 | 11000111 | 100110 | 10110 |
Color Harmonies of #23404D
Complementary color
Monochromatic Colors of #23404D
Black with #23404D
Text Example
Text Example
White with #23404D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23404D; }
p { color: rgb(35,64,77); }
H1.HeaderClassName
{
color: #23404D;
}
.AnyTagClassName
{
color: #23404D;
}
</style>
background-color css
<style>
a { background-color: #23404D; }
a { background-color: rgb(35,64,77); }
div.DivClassName
{
background-color: #23404D;
}
.BgClassName
{
background-color: #23404D;
}
</style>
border-color css
<style>
span { border-color: #23404D; }
span { border-color: rgb(35,64,77); }
td.TdClassName
{
border-color: #23404D;
}
.TagClassName
{
border-color: #23404D;
}
</style>