Shades of Green Vogue #23424E
Tints of Green Vogue #23424E
RGB
CMYK
RGB Variations
Color information
#23424E (or 0x23424E) is known color: Green Vogue. HEX triplet: 23, 42 and 4E. RGB value is (35,66,78). Sum of RGB (Red+Green+Blue) = 35+66+78=179 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.55% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 78 (30.86% from 255 or 43.58% from 179); Max value from RGB is 78 - color contains mainly: blue. Hex color #23424E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23424E is #DCBDB1. Grayscale: #3A3A3A. Windows color (decimal): -14466482 or 5128739. OLE color: 5128739.
HSL color Cylindrical-coordinate representation of color #23424E: hue angle of 196.74º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #23424E is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 66 | 78 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.69 |
| HSL | 196.74º | 0.38% | 0.22% | - |
| HSV(B) | 196.74º | 0.55% | 0.31% | - |
| XYZ | 4.02 | 4.8 | 7.92 | - |
| YUV | 58.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 78 | 0.55 | 0.15 | 0 | 0.69 | 196.74 | 0.38 | 0.22 |
| Hex | 23 | 42 | 4E | 37 | F | 0 | 45 | C5 | 26 | 16 |
| Octal | 43 | 102 | 116 | 67 | 17 | 0 | 105 | 305 | 46 | 26 |
| Binary | 100011 | 1000010 | 1001110 | 110111 | 1111 | 0 | 1000101 | 11000101 | 100110 | 10110 |
Color Harmonies of #23424E
Complementary color
Monochromatic Colors of #23424E
Black with #23424E
Text Example
Text Example
White with #23424E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23424E; }
p { color: rgb(35,66,78); }
H1.HeaderClassName
{
color: #23424E;
}
.AnyTagClassName
{
color: #23424E;
}
</style>
background-color css
<style>
a { background-color: #23424E; }
a { background-color: rgb(35,66,78); }
div.DivClassName
{
background-color: #23424E;
}
.BgClassName
{
background-color: #23424E;
}
</style>
border-color css
<style>
span { border-color: #23424E; }
span { border-color: rgb(35,66,78); }
td.TdClassName
{
border-color: #23424E;
}
.TagClassName
{
border-color: #23424E;
}
</style>