#114350

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

Shades of Green Vogue #114350

Tints of Green Vogue #114350

Color information

#114350 (or 0x114350) is unknown color: approx Green Vogue. HEX triplet: 11, 43 and 50. RGB value is (17,67,80). Sum of RGB (Red+Green+Blue) = 17+67+80=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 67 (26.56% from 255 or 40.85% from 164); Blue value is 80 (31.64% from 255 or 48.78% from 164); Max value from RGB is 80 - color contains mainly: blue. Hex color #114350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114350 is #EEBCAF. Grayscale: #353535. Windows color (decimal): -15645872 or 5260049. OLE color: 5260049.

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

Color convert

RGB176780-
CMYK0.790.1600.69
HSL192.38º64.95%19.02%-
HSV(B)192.38º78.75%31.37%-
XYZ3.694.718.3-
YUV53.53142.94101.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.37%
GREEN value IS 67 (26.56% from 255) = 40.85%
BLUE value IS 80 (31.64% from 255) = 48.78%
R=10.37%
G=40.85%
B=48.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1767800.790.1600.69192.3864.9519.02
Hex1143504F10045c04113
Octal2110312011720010530010123
Binary10001100001110100001001111100000100010111000000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114350; }

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

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

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

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

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

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

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

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