Html Css Color HEX #194250 Green Vogue

📋 copy color: '#194250'

red 25 ◦ green 66 ◦ blue 80

#194250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #194250

Tints of Green Vogue #194250

RGB

 RED value IS 25 (10.16% from 255) = 14.62%

 GREEN value IS 66 (26.17% from 255) = 38.6%

 BLUE value IS 80 (31.64% from 255) = 46.78%

R = 14.62%
G = 38.6%
B = 46.78%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#194250 (or 0x194250) is known color: Green Vogue. HEX triplet: 19, 42 and 50. RGB value is (25,66,80). Sum of RGB (Red+Green+Blue) = 25+66+80=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 66 (26.17% from 255 or 38.60% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #194250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194250 is #E6BDAF. Grayscale: #373737. Windows color (decimal): -15121840 or 5259801. OLE color: 5259801.

HSL color Cylindrical-coordinate representation of color #194250: hue angle of 195.27º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #194250 is Cyan = 0.69, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 66 80 -
CMYK 0.69 0.17 0 0.69
HSL 195.27º 0.52% 0.21% -
HSV(B) 195.27º 0.69% 0.31% -
XYZ 3.8 4.68 8.29 -
YUV 55.34 141.92 106.36 -
System Red Green Blue C M Y K H S L
Decimal 25 66 80 0.69 0.17 0 0.69 195.27 0.52 0.21
Hex 19 42 50 45 11 0 45 C3 34 15
Octal 31 102 120 105 21 0 105 303 64 25
Binary 11001 1000010 1010000 1000101 10001 0 1000101 11000011 110100 10101

Color Harmonies of #194250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194250

Black with #194250

Text Example


Text Example

White with #194250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194250; }

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

 H1.HeaderClassName
 {
   color: #194250;
 }
 .AnyTagClassName
 {
   color: #194250;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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