Shades of Green Vogue #234453
Tints of Green Vogue #234453
RGB
CMYK
RGB Variations
Color information
#234453 (or 0x234453) is known color: Green Vogue. HEX triplet: 23, 44 and 53. RGB value is (35,68,83). Sum of RGB (Red+Green+Blue) = 35+68+83=186 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.82% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 83 (32.81% from 255 or 44.62% from 186); Max value from RGB is 83 - color contains mainly: blue. Hex color #234453 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234453 is #DCBBAC. Grayscale: #3B3B3B. Windows color (decimal): -14465965 or 5456931. OLE color: 5456931.
HSL color Cylindrical-coordinate representation of color #234453: hue angle of 198.75º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #234453 is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 35 | 68 | 83 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.67 |
| HSL | 198.75º | 0.41% | 0.23% | - |
| HSV(B) | 198.75º | 0.58% | 0.33% | - |
| XYZ | 4.32 | 5.12 | 8.94 | - |
| YUV | 59.84 | 141.07 | 110.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 68 | 83 | 0.58 | 0.18 | 0 | 0.67 | 198.75 | 0.41 | 0.23 |
| Hex | 23 | 44 | 53 | 3A | 12 | 0 | 43 | C7 | 29 | 17 |
| Octal | 43 | 104 | 123 | 72 | 22 | 0 | 103 | 307 | 51 | 27 |
| Binary | 100011 | 1000100 | 1010011 | 111010 | 10010 | 0 | 1000011 | 11000111 | 101001 | 10111 |
Color Harmonies of #234453
Complementary color
Monochromatic Colors of #234453
Black with #234453
Text Example
Text Example
White with #234453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234453; }
p { color: rgb(35,68,83); }
H1.HeaderClassName
{
color: #234453;
}
.AnyTagClassName
{
color: #234453;
}
</style>
background-color css
<style>
a { background-color: #234453; }
a { background-color: rgb(35,68,83); }
div.DivClassName
{
background-color: #234453;
}
.BgClassName
{
background-color: #234453;
}
</style>
border-color css
<style>
span { border-color: #234453; }
span { border-color: rgb(35,68,83); }
td.TdClassName
{
border-color: #234453;
}
.TagClassName
{
border-color: #234453;
}
</style>