#114250

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

Shades of Green Vogue #114250

Tints of Green Vogue #114250

Color information

#114250 (or 0x114250) is unknown color: approx Green Vogue. HEX triplet: 11, 42 and 50. RGB value is (17,66,80). Sum of RGB (Red+Green+Blue) = 17+66+80=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 66 (26.17% from 255 or 40.49% from 163); Blue value is 80 (31.64% from 255 or 49.08% from 163); Max value from RGB is 80 - color contains mainly: blue. Hex color #114250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #114250 is #EEBDAF. Grayscale: #343434. Windows color (decimal): -15646128 or 5259793. OLE color: 5259793.

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

Color convert

RGB176680-
CMYK0.790.1700.69
HSL193.33º64.95%19.02%-
HSV(B)193.33º78.75%31.37%-
XYZ3.634.598.29-
YUV52.94143.27102.36-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 10.43%
GREEN value IS 66 (26.17% from 255) = 40.49%
BLUE value IS 80 (31.64% from 255) = 49.08%
R=10.43%
G=40.49%
B=49.08%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1766800.790.1700.69193.3364.9519.02
Hex1142504F11045c14113
Octal2110212011721010530110123
Binary10001100001010100001001111100010100010111000001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #114250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #114250; }

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

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

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

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

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

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

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

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