Shades of Green Vogue #23454C
Tints of Green Vogue #23454C
RGB
CMYK
RGB Variations
Color information
#23454C (or 0x23454C) is known color: Green Vogue. HEX triplet: 23, 45 and 4C. RGB value is (35,69,76). Sum of RGB (Red+Green+Blue) = 35+69+76=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 69 (27.34% from 255 or 38.33% from 180); Blue value is 76 (30.08% from 255 or 42.22% from 180); Max value from RGB is 76 - color contains mainly: blue. Hex color #23454C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23454C is #DCBAB3. Grayscale: #3B3B3B. Windows color (decimal): -14465716 or 4998435. OLE color: 4998435.
HSL color Cylindrical-coordinate representation of color #23454C: hue angle of 190.24º degrees, saturation: 0.37, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #23454C is Cyan = 0.54, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 35 | 69 | 76 | - |
| CMYK | 0.54 | 0.09 | 0 | 0.70 |
| HSL | 190.24º | 0.37% | 0.22% | - |
| HSV(B) | 190.24º | 0.54% | 0.3% | - |
| XYZ | 4.13 | 5.14 | 7.61 | - |
| YUV | 59.63 | 137.24 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 69 | 76 | 0.54 | 0.09 | 0 | 0.70 | 190.24 | 0.37 | 0.22 |
| Hex | 23 | 45 | 4C | 36 | 9 | 0 | 46 | BE | 25 | 16 |
| Octal | 43 | 105 | 114 | 66 | 11 | 0 | 106 | 276 | 45 | 26 |
| Binary | 100011 | 1000101 | 1001100 | 110110 | 1001 | 0 | 1000110 | 10111110 | 100101 | 10110 |
Color Harmonies of #23454C
Complementary color
Monochromatic Colors of #23454C
Black with #23454C
Text Example
Text Example
White with #23454C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23454C; }
p { color: rgb(35,69,76); }
H1.HeaderClassName
{
color: #23454C;
}
.AnyTagClassName
{
color: #23454C;
}
</style>
background-color css
<style>
a { background-color: #23454C; }
a { background-color: rgb(35,69,76); }
div.DivClassName
{
background-color: #23454C;
}
.BgClassName
{
background-color: #23454C;
}
</style>
border-color css
<style>
span { border-color: #23454C; }
span { border-color: rgb(35,69,76); }
td.TdClassName
{
border-color: #23454C;
}
.TagClassName
{
border-color: #23454C;
}
</style>