#23464B

Color #23464B Green Vogue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Vogue #23464B

Tints of Green Vogue #23464B

Color information

#23464B (or 0x23464B) is unknown color: approx Green Vogue. HEX triplet: 23, 46 and 4B. RGB value is (35,70,75). Sum of RGB (Red+Green+Blue) = 35+70+75=180 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.44% from 180); Green value is 70 (27.73% from 255 or 38.89% from 180); Blue value is 75 (29.69% from 255 or 41.67% from 180); Max value from RGB is 75 - color contains mainly: blue. Hex color #23464B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #23464B is #DCB9B4. Grayscale: #3C3C3C. Windows color (decimal): -14465461 or 4933155. OLE color: 4933155.

HSL color Cylindrical-coordinate representation of color #23464B: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #23464B is Cyan = 0.53, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB357075-
CMYK0.530.0700.71
HSL187.5º36.36%21.57%-
HSV(B)187.5º53.33%29.41%-
XYZ4.155.257.45-
YUV60.1136.4110.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 35 (14.06% from 255) = 19.44%
GREEN value IS 70 (27.73% from 255) = 38.89%
BLUE value IS 75 (29.69% from 255) = 41.67%
R=19.44%
G=38.89%
B=41.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3570750.530.0700.71187.536.3621.57
Hex23464B357047bc2416
Octal4310611365701072744426
Binary10001110001101001011110101111010001111011110010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23464B; }

 p { color: rgb(35,70,75); }

 H1.HeaderClassName
 {
   color: #23464B;
 }
 .AnyTagClassName
 {
   color: #23464B;
 }
</style>
background-color css

<style>
 a { background-color: #23464B; }

 a { background-color: rgb(35,70,75); }

 div.DivClassName
 {
   background-color: #23464B;
 }
 .BgClassName
 {
   background-color: #23464B;
 }
</style>
border-color css

<style>
 span { border-color: #23464B; }

 span { border-color: rgb(35,70,75); }

 td.TdClassName
 {
   border-color: #23464B;
 }
 .TagClassName
 {
   border-color: #23464B;
 }
</style>