#19414A

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

Shades of Green Vogue #19414A

Tints of Green Vogue #19414A

Color information

#19414A (or 0x19414A) is unknown color: approx Green Vogue. HEX triplet: 19, 41 and 4A. RGB value is (25,65,74). Sum of RGB (Red+Green+Blue) = 25+65+74=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 74 (29.30% from 255 or 45.12% from 164); Max value from RGB is 74 - color contains mainly: blue. Hex color #19414A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19414A is #E6BEB5. Grayscale: #353535. Windows color (decimal): -15122102 or 4866329. OLE color: 4866329.

HSL color Cylindrical-coordinate representation of color #19414A: hue angle of 191.02º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #19414A is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB256574-
CMYK0.660.1200.71
HSL191.02º49.49%19.41%-
HSV(B)191.02º66.22%29.02%-
XYZ3.534.487.16-
YUV54.07139.25107.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 74 (29.30% from 255) = 45.12%
R=15.24%
G=39.63%
B=45.12%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2565740.660.1200.71191.0249.4919.41
Hex19414A42C047bf3113
Octal311011121021401072776123
Binary110011000001100101010000101100010001111011111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19414A; }

 p { color: rgb(25,65,74); }

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

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

 a { background-color: rgb(25,65,74); }

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

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

 span { border-color: rgb(25,65,74); }

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