Html Css Color HEX #194251 Green Vogue

📋 copy color: '#194251'

red 25 ◦ green 66 ◦ blue 81

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

Shades of Green Vogue #194251

Tints of Green Vogue #194251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 47.09%

R = 14.53%
G = 38.37%
B = 47.09%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#194251 (or 0x194251) is known color: Green Vogue. HEX triplet: 19, 42 and 51. RGB value is (25,66,81). Sum of RGB (Red+Green+Blue) = 25+66+81=172 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.53% from 172); Green value is 66 (26.17% from 255 or 38.37% from 172); Blue value is 81 (32.03% from 255 or 47.09% from 172); Max value from RGB is 81 - color contains mainly: blue. Hex color #194251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194251 is #E6BDAE. Grayscale: #373737. Windows color (decimal): -15121839 or 5325337. OLE color: 5325337.

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

Color convert

RGB 25 66 81 -
CMYK 0.69 0.19 0 0.68
HSL 196.07º 0.53% 0.21% -
HSV(B) 196.07º 0.69% 0.32% -
XYZ 3.83 4.7 8.49 -
YUV 55.45 142.42 106.28 -
System Red Green Blue C M Y K H S L
Decimal 25 66 81 0.69 0.19 0 0.68 196.07 0.53 0.21
Hex 19 42 51 45 13 0 44 C4 35 15
Octal 31 102 121 105 23 0 104 304 65 25
Binary 11001 1000010 1010001 1000101 10011 0 1000100 11000100 110101 10101

Color Harmonies of #194251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #194251

Black with #194251

Text Example


Text Example

White with #194251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #194251; }

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

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

background-color css

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

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

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

border-color css

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

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

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