#194352

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

Shades of Green Vogue #194352

Tints of Green Vogue #194352

Color information

#194352 (or 0x194352) is unknown color: approx Green Vogue. HEX triplet: 19, 43 and 52. RGB value is (25,67,82). Sum of RGB (Red+Green+Blue) = 25+67+82=174 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.37% from 174); Green value is 67 (26.56% from 255 or 38.51% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 82 - color contains mainly: blue. Hex color #194352 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194352 is #E6BCAD. Grayscale: #383838. Windows color (decimal): -15121582 or 5391129. OLE color: 5391129.

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

Color convert

RGB256782-
CMYK0.700.1800.68
HSL195.79º53.27%20.98%-
HSV(B)195.79º69.51%32.16%-
XYZ3.934.838.71-
YUV56.15142.59105.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.37%
GREEN value IS 67 (26.56% from 255) = 38.51%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=14.37%
G=38.51%
B=47.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2567820.700.1800.68195.7953.2720.98
Hex1943524612044c43515
Octal311031221062201043046525
Binary1100110000111010010100011010010010001001100010011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194352; }

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

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

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

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

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

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

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

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