Shades of Green Vogue #23424A
Tints of Green Vogue #23424A
RGB
CMYK
RGB Variations
Color information
#23424A (or 0x23424A) is known color: Green Vogue. HEX triplet: 23, 42 and 4A. RGB value is (35,66,74). Sum of RGB (Red+Green+Blue) = 35+66+74=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 66 (26.17% from 255 or 37.71% from 175); Blue value is 74 (29.30% from 255 or 42.29% from 175); Max value from RGB is 74 - color contains mainly: blue. Hex color #23424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23424A is #DCBDB5. Grayscale: #393939. Windows color (decimal): -14466486 or 4866595. OLE color: 4866595.
HSL color Cylindrical-coordinate representation of color #23424A: hue angle of 192.31º degrees, saturation: 0.36, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23424A is Cyan = 0.53, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 66 | 74 | - |
| CMYK | 0.53 | 0.11 | 0 | 0.71 |
| HSL | 192.31º | 0.36% | 0.21% | - |
| HSV(B) | 192.31º | 0.53% | 0.29% | - |
| XYZ | 3.88 | 4.75 | 7.19 | - |
| YUV | 57.64 | 137.23 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 66 | 74 | 0.53 | 0.11 | 0 | 0.71 | 192.31 | 0.36 | 0.21 |
| Hex | 23 | 42 | 4A | 35 | B | 0 | 47 | C0 | 24 | 15 |
| Octal | 43 | 102 | 112 | 65 | 13 | 0 | 107 | 300 | 44 | 25 |
| Binary | 100011 | 1000010 | 1001010 | 110101 | 1011 | 0 | 1000111 | 11000000 | 100100 | 10101 |
Color Harmonies of #23424A
Complementary color
Monochromatic Colors of #23424A
Black with #23424A
Text Example
Text Example
White with #23424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23424A; }
p { color: rgb(35,66,74); }
H1.HeaderClassName
{
color: #23424A;
}
.AnyTagClassName
{
color: #23424A;
}
</style>
background-color css
<style>
a { background-color: #23424A; }
a { background-color: rgb(35,66,74); }
div.DivClassName
{
background-color: #23424A;
}
.BgClassName
{
background-color: #23424A;
}
</style>
border-color css
<style>
span { border-color: #23424A; }
span { border-color: rgb(35,66,74); }
td.TdClassName
{
border-color: #23424A;
}
.TagClassName
{
border-color: #23424A;
}
</style>