#234350

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

Shades of Green Vogue #234350

Tints of Green Vogue #234350

Color information

#234350 (or 0x234350) is unknown color: approx 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

RGB356780-
CMYK0.560.1600.69
HSL197.33º39.13%22.55%-
HSV(B)197.33º56.25%31.37%-
XYZ4.154.958.33-
YUV58.91139.9110.94-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.23%
GREEN value IS 67 (26.56% from 255) = 36.81%
BLUE value IS 80 (31.64% from 255) = 43.96%
R=19.23%
G=36.81%
B=43.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3567800.560.1600.69197.3339.1322.55
Hex2343503810045c52717
Octal43103120702001053054727
Binary1000111000011101000011100010000010001011100010110011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>