Shades of Green Vogue #234350
Tints of Green Vogue #234350
RGB
CMYK
RGB Variations
Color information
#234350 (or 0x234350) is known color: Green Vogue. HEX triplet: 23, 43 and 50. RGB value is (35,67,80). Sum of RGB (Red+Green+Blue) = 35+67+80=182 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.23% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 80 (31.64% from 255 or 43.96% from 182); Max value from RGB is 80 - color contains mainly: blue. Hex color #234350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234350 is #DCBCAF. Grayscale: #3A3A3A. Windows color (decimal): -14466224 or 5260067. OLE color: 5260067.
HSL color Cylindrical-coordinate representation of color #234350: hue angle of 197.33º degrees, saturation: 0.39, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #234350 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 35 | 67 | 80 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.69 |
| HSL | 197.33º | 0.39% | 0.23% | - |
| HSV(B) | 197.33º | 0.56% | 0.31% | - |
| XYZ | 4.15 | 4.95 | 8.33 | - |
| YUV | 58.91 | 139.9 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 67 | 80 | 0.56 | 0.16 | 0 | 0.69 | 197.33 | 0.39 | 0.23 |
| Hex | 23 | 43 | 50 | 38 | 10 | 0 | 45 | C5 | 27 | 17 |
| Octal | 43 | 103 | 120 | 70 | 20 | 0 | 105 | 305 | 47 | 27 |
| Binary | 100011 | 1000011 | 1010000 | 111000 | 10000 | 0 | 1000101 | 11000101 | 100111 | 10111 |
Color Harmonies of #234350
Complementary color
Monochromatic Colors of #234350
Black with #234350
Text Example
Text Example
White with #234350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234350; }
p { color: rgb(35,67,80); }
H1.HeaderClassName
{
color: #234350;
}
.AnyTagClassName
{
color: #234350;
}
</style>
background-color css
<style>
a { background-color: #234350; }
a { background-color: rgb(35,67,80); }
div.DivClassName
{
background-color: #234350;
}
.BgClassName
{
background-color: #234350;
}
</style>
border-color css
<style>
span { border-color: #234350; }
span { border-color: rgb(35,67,80); }
td.TdClassName
{
border-color: #234350;
}
.TagClassName
{
border-color: #234350;
}
</style>