Shades of Green Vogue #23404A
Tints of Green Vogue #23404A
RGB
CMYK
RGB Variations
Color information
#23404A (or 0x23404A) is known color: Green Vogue. HEX triplet: 23, 40 and 4A. RGB value is (35,64,74). Sum of RGB (Red+Green+Blue) = 35+64+74=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 64 (25.39% from 255 or 36.99% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 74 - color contains mainly: blue. Hex color #23404A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23404A is #DCBFB5. Grayscale: #383838. Windows color (decimal): -14466998 or 4866083. OLE color: 4866083.
HSL color Cylindrical-coordinate representation of color #23404A: hue angle of 195.38º 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 #23404A is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 35 | 64 | 74 | - |
| CMYK | 0.53 | 0.14 | 0 | 0.71 |
| HSL | 195.38º | 0.36% | 0.21% | - |
| HSV(B) | 195.38º | 0.53% | 0.29% | - |
| XYZ | 3.76 | 4.52 | 7.15 | - |
| YUV | 56.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 64 | 74 | 0.53 | 0.14 | 0 | 0.71 | 195.38 | 0.36 | 0.21 |
| Hex | 23 | 40 | 4A | 35 | E | 0 | 47 | C3 | 24 | 15 |
| Octal | 43 | 100 | 112 | 65 | 16 | 0 | 107 | 303 | 44 | 25 |
| Binary | 100011 | 1000000 | 1001010 | 110101 | 1110 | 0 | 1000111 | 11000011 | 100100 | 10101 |
Color Harmonies of #23404A
Complementary color
Monochromatic Colors of #23404A
Black with #23404A
Text Example
Text Example
White with #23404A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23404A; }
p { color: rgb(35,64,74); }
H1.HeaderClassName
{
color: #23404A;
}
.AnyTagClassName
{
color: #23404A;
}
</style>
background-color css
<style>
a { background-color: #23404A; }
a { background-color: rgb(35,64,74); }
div.DivClassName
{
background-color: #23404A;
}
.BgClassName
{
background-color: #23404A;
}
</style>
border-color css
<style>
span { border-color: #23404A; }
span { border-color: rgb(35,64,74); }
td.TdClassName
{
border-color: #23404A;
}
.TagClassName
{
border-color: #23404A;
}
</style>