Shades of Green Vogue #23414D
Tints of Green Vogue #23414D
RGB
CMYK
RGB Variations
Color information
#23414D (or 0x23414D) is known color: Green Vogue. HEX triplet: 23, 41 and 4D. RGB value is (35,65,77). Sum of RGB (Red+Green+Blue) = 35+65+77=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 77 (30.47% from 255 or 43.50% from 177); Max value from RGB is 77 - color contains mainly: blue. Hex color #23414D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23414D is #DCBEB2. Grayscale: #393939. Windows color (decimal): -14466739 or 5062947. OLE color: 5062947.
HSL color Cylindrical-coordinate representation of color #23414D: hue angle of 197.14º 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 #23414D is Cyan = 0.55, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 65 | 77 | - |
| CMYK | 0.55 | 0.16 | 0 | 0.70 |
| HSL | 197.14º | 0.38% | 0.22% | - |
| HSV(B) | 197.14º | 0.55% | 0.3% | - |
| XYZ | 3.92 | 4.67 | 7.72 | - |
| YUV | 57.4 | 139.06 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 65 | 77 | 0.55 | 0.16 | 0 | 0.70 | 197.14 | 0.38 | 0.22 |
| Hex | 23 | 41 | 4D | 37 | 10 | 0 | 46 | C5 | 26 | 16 |
| Octal | 43 | 101 | 115 | 67 | 20 | 0 | 106 | 305 | 46 | 26 |
| Binary | 100011 | 1000001 | 1001101 | 110111 | 10000 | 0 | 1000110 | 11000101 | 100110 | 10110 |
Color Harmonies of #23414D
Complementary color
Monochromatic Colors of #23414D
Black with #23414D
Text Example
Text Example
White with #23414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23414D; }
p { color: rgb(35,65,77); }
H1.HeaderClassName
{
color: #23414D;
}
.AnyTagClassName
{
color: #23414D;
}
</style>
background-color css
<style>
a { background-color: #23414D; }
a { background-color: rgb(35,65,77); }
div.DivClassName
{
background-color: #23414D;
}
.BgClassName
{
background-color: #23414D;
}
</style>
border-color css
<style>
span { border-color: #23414D; }
span { border-color: rgb(35,65,77); }
td.TdClassName
{
border-color: #23414D;
}
.TagClassName
{
border-color: #23414D;
}
</style>