Html Css Color HEX #19424C Green Vogue

📋 copy color: '#19424C'

red 25 ◦ green 66 ◦ blue 76

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

Shades of Green Vogue #19424C

Tints of Green Vogue #19424C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.51%

R = 14.97%
G = 39.52%
B = 45.51%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#19424C (or 0x19424C) is known color: Green Vogue. HEX triplet: 19, 42 and 4C. RGB value is (25,66,76). Sum of RGB (Red+Green+Blue) = 25+66+76=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 76 (30.08% from 255 or 45.51% from 167); Max value from RGB is 76 - color contains mainly: blue. Hex color #19424C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19424C is #E6BDB3. Grayscale: #363636. Windows color (decimal): -15121844 or 4997657. OLE color: 4997657.

HSL color Cylindrical-coordinate representation of color #19424C: hue angle of 191.76º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #19424C is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 25 66 76 -
CMYK 0.67 0.13 0 0.70
HSL 191.76º 0.5% 0.2% -
HSV(B) 191.76º 0.67% 0.3% -
XYZ 3.65 4.62 7.54 -
YUV 54.88 139.92 106.69 -
System Red Green Blue C M Y K H S L
Decimal 25 66 76 0.67 0.13 0 0.70 191.76 0.5 0.2
Hex 19 42 4C 43 D 0 46 C0 32 14
Octal 31 102 114 103 15 0 106 300 62 24
Binary 11001 1000010 1001100 1000011 1101 0 1000110 11000000 110010 10100

Color Harmonies of #19424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19424C

Black with #19424C

Text Example


Text Example

White with #19424C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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