Html Css Color HEX #19424E Green Vogue

📋 copy color: '#19424E'

red 25 ◦ green 66 ◦ blue 78

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

Shades of Green Vogue #19424E

Tints of Green Vogue #19424E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 46.15%

R = 14.79%
G = 39.05%
B = 46.15%

CMYK

 C value IS 0.68

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#19424E (or 0x19424E) is known color: Green Vogue. HEX triplet: 19, 42 and 4E. RGB value is (25,66,78). Sum of RGB (Red+Green+Blue) = 25+66+78=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 78 (30.86% from 255 or 46.15% from 169); Max value from RGB is 78 - color contains mainly: blue. Hex color #19424E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19424E is #E6BDB1. Grayscale: #373737. Windows color (decimal): -15121842 or 5128729. OLE color: 5128729.

HSL color Cylindrical-coordinate representation of color #19424E: hue angle of 193.58º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #19424E is Cyan = 0.68, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 25 66 78 -
CMYK 0.68 0.15 0 0.69
HSL 193.58º 0.51% 0.2% -
HSV(B) 193.58º 0.68% 0.31% -
XYZ 3.72 4.65 7.91 -
YUV 55.11 140.92 106.52 -
System Red Green Blue C M Y K H S L
Decimal 25 66 78 0.68 0.15 0 0.69 193.58 0.51 0.2
Hex 19 42 4E 44 F 0 45 C2 33 14
Octal 31 102 116 104 17 0 105 302 63 24
Binary 11001 1000010 1001110 1000100 1111 0 1000101 11000010 110011 10100

Color Harmonies of #19424E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19424E

Black with #19424E

Text Example


Text Example

White with #19424E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19424E; }

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

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

background-color css

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

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

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

border-color css

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

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

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