Shades of Green Vogue #23434D
Tints of Green Vogue #23434D
RGB
CMYK
RGB Variations
Color information
#23434D (or 0x23434D) is known color: Green Vogue. HEX triplet: 23, 43 and 4D. RGB value is (35,67,77). Sum of RGB (Red+Green+Blue) = 35+67+77=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 67 (26.56% from 255 or 37.43% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #23434D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23434D is #DCBCB2. Grayscale: #3A3A3A. Windows color (decimal): -14466227 or 5063459. OLE color: 5063459.
HSL color Cylindrical-coordinate representation of color #23434D: hue angle of 194.29º 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 #23434D is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 67 | 77 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.70 |
| HSL | 194.29º | 0.38% | 0.22% | - |
| HSV(B) | 194.29º | 0.55% | 0.3% | - |
| XYZ | 4.04 | 4.91 | 7.76 | - |
| YUV | 58.57 | 138.4 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 77 | 0.55 | 0.13 | 0 | 0.70 | 194.29 | 0.38 | 0.22 |
| Hex | 23 | 43 | 4D | 37 | D | 0 | 46 | C2 | 26 | 16 |
| Octal | 43 | 103 | 115 | 67 | 15 | 0 | 106 | 302 | 46 | 26 |
| Binary | 100011 | 1000011 | 1001101 | 110111 | 1101 | 0 | 1000110 | 11000010 | 100110 | 10110 |
Color Harmonies of #23434D
Complementary color
Monochromatic Colors of #23434D
Black with #23434D
Text Example
Text Example
White with #23434D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23434D; }
p { color: rgb(35,67,77); }
H1.HeaderClassName
{
color: #23434D;
}
.AnyTagClassName
{
color: #23434D;
}
</style>
background-color css
<style>
a { background-color: #23434D; }
a { background-color: rgb(35,67,77); }
div.DivClassName
{
background-color: #23434D;
}
.BgClassName
{
background-color: #23434D;
}
</style>
border-color css
<style>
span { border-color: #23434D; }
span { border-color: rgb(35,67,77); }
td.TdClassName
{
border-color: #23434D;
}
.TagClassName
{
border-color: #23434D;
}
</style>