#114050

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

Shades of Green Vogue #114050

Tints of Green Vogue #114050

Color information

#114050 (or 0x114050) is unknown color: approx Green Vogue. HEX triplet: 11, 40 and 50. RGB value is (17,64,80). Sum of RGB (Red+Green+Blue) = 17+64+80=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 64 (25.39% from 255 or 39.75% from 161); Blue value is 80 (31.64% from 255 or 49.69% from 161); Max value from RGB is 80 - color contains mainly: blue. Hex color #114050 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114050 is #EEBFAF. Grayscale: #333333. Windows color (decimal): -15646640 or 5259281. OLE color: 5259281.

HSL color Cylindrical-coordinate representation of color #114050: hue angle of 195.24º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #114050 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB176480-
CMYK0.790.2000.69
HSL195.24º64.95%19.02%-
HSV(B)195.24º78.75%31.37%-
XYZ3.514.378.25-
YUV51.77143.93103.2-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.56%
GREEN value IS 64 (25.39% from 255) = 39.75%
BLUE value IS 80 (31.64% from 255) = 49.69%
R=10.56%
G=39.75%
B=49.69%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1764800.790.2000.69195.2464.9519.02
Hex1140504F14045c34113
Octal2110012011724010530310123
Binary10001100000010100001001111101000100010111000011100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114050; }

 p { color: rgb(17,64,80); }

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

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

 a { background-color: rgb(17,64,80); }

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

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

 span { border-color: rgb(17,64,80); }

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