#194351

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

Shades of Green Vogue #194351

Tints of Green Vogue #194351

Color information

#194351 (or 0x194351) is unknown color: approx Green Vogue. HEX triplet: 19, 43 and 51. RGB value is (25,67,81). Sum of RGB (Red+Green+Blue) = 25+67+81=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #194351 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194351 is #E6BCAE. Grayscale: #373737. Windows color (decimal): -15121583 or 5325593. OLE color: 5325593.

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

Color convert

RGB256781-
CMYK0.690.1700.68
HSL195º52.83%20.78%-
HSV(B)195º69.14%31.76%-
XYZ3.894.828.51-
YUV56.04142.09105.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.45%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=14.45%
G=38.73%
B=46.82%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2567810.690.1700.6819552.8320.78
Hex1943514511044c33515
Octal311031211052101043036525
Binary1100110000111010001100010110001010001001100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194351; }

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

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

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

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

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

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

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

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