#234250

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

Shades of Green Vogue #234250

Tints of Green Vogue #234250

Color information

#234250 (or 0x234250) is unknown color: approx Green Vogue. HEX triplet: 23, 42 and 50. RGB value is (35,66,80). Sum of RGB (Red+Green+Blue) = 35+66+80=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 80 (31.64% from 255 or 44.20% from 181); Max value from RGB is 80 - color contains mainly: blue. Hex color #234250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234250 is #DCBDAF. Grayscale: #3A3A3A. Windows color (decimal): -14466480 or 5259811. OLE color: 5259811.

HSL color Cylindrical-coordinate representation of color #234250: hue angle of 198.67º 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 #234250 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB356680-
CMYK0.560.1700.69
HSL198.67º39.13%22.55%-
HSV(B)198.67º56.25%31.37%-
XYZ4.094.838.31-
YUV58.33140.23111.36-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.34%
GREEN value IS 66 (26.17% from 255) = 36.46%
BLUE value IS 80 (31.64% from 255) = 44.20%
R=19.34%
G=36.46%
B=44.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3566800.560.1700.69198.6739.1322.55
Hex2342503811045c72717
Octal43102120702101053074727
Binary1000111000010101000011100010001010001011100011110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234250; }

 p { color: rgb(35,66,80); }

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

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

 a { background-color: rgb(35,66,80); }

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

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

 span { border-color: rgb(35,66,80); }

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