#194551

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

Shades of Green Vogue #194551

Tints of Green Vogue #194551

Color information

#194551 (or 0x194551) is unknown color: approx Green Vogue. HEX triplet: 19, 45 and 51. RGB value is (25,69,81). Sum of RGB (Red+Green+Blue) = 25+69+81=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 81 (32.03% from 255 or 46.29% from 175); Max value from RGB is 81 - color contains mainly: blue. Hex color #194551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194551 is #E6BAAE. Grayscale: #393939. Windows color (decimal): -15121071 or 5326105. OLE color: 5326105.

HSL color Cylindrical-coordinate representation of color #194551: hue angle of 192.86º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194551 is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB256981-
CMYK0.690.1500.68
HSL192.86º52.83%20.78%-
HSV(B)192.86º69.14%31.76%-
XYZ4.015.068.55-
YUV57.21141.42105.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 69 (27.34% from 255) = 39.43%
BLUE value IS 81 (32.03% from 255) = 46.29%
R=14.29%
G=39.43%
B=46.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2569810.690.1500.68192.8652.8320.78
Hex19455145F044c13515
Octal311051211051701043016525
Binary110011000101101000110001011111010001001100000111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194551; }

 p { color: rgb(25,69,81); }

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

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

 a { background-color: rgb(25,69,81); }

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

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

 span { border-color: rgb(25,69,81); }

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