#234450

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

Shades of Green Vogue #234450

Tints of Green Vogue #234450

Color information

#234450 (or 0x234450) is unknown color: approx Green Vogue. HEX triplet: 23, 44 and 50. RGB value is (35,68,80). Sum of RGB (Red+Green+Blue) = 35+68+80=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 80 (31.64% from 255 or 43.72% from 183); Max value from RGB is 80 - color contains mainly: blue. Hex color #234450 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234450 is #DCBBAF. Grayscale: #3B3B3B. Windows color (decimal): -14465968 or 5260323. OLE color: 5260323.

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

Color convert

RGB356880-
CMYK0.560.1500.69
HSL196º39.13%22.55%-
HSV(B)196º56.25%31.37%-
XYZ4.215.078.35-
YUV59.5139.57110.52-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 19.13%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 80 (31.64% from 255) = 43.72%
R=19.13%
G=37.16%
B=43.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3568800.560.1500.6919639.1322.55
Hex23445038F045c42717
Octal43104120701701053044727
Binary100011100010010100001110001111010001011100010010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #234450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #234450; }

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

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

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

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

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

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

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

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