#1A4149

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

Shades of Green Vogue #1A4149

Tints of Green Vogue #1A4149

Color information

#1A4149 (or 0x1A4149) is unknown color: approx Green Vogue. HEX triplet: 1A, 41 and 49. RGB value is (26,65,73). Sum of RGB (Red+Green+Blue) = 26+65+73=164 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.85% from 164); Green value is 65 (25.78% from 255 or 39.63% from 164); Blue value is 73 (28.91% from 255 or 44.51% from 164); Max value from RGB is 73 - color contains mainly: blue. Hex color #1A4149 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4149 is #E5BEB6. Grayscale: #363636. Windows color (decimal): -15056567 or 4800794. OLE color: 4800794.

HSL color Cylindrical-coordinate representation of color #1A4149: hue angle of 190.21º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1A4149 is Cyan = 0.64, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB266573-
CMYK0.640.1100.71
HSL190.21º47.47%19.41%-
HSV(B)190.21º64.38%28.63%-
XYZ3.524.486.98-
YUV54.25138.58107.85-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.85%
GREEN value IS 65 (25.78% from 255) = 39.63%
BLUE value IS 73 (28.91% from 255) = 44.51%
R=15.85%
G=39.63%
B=44.51%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2665730.640.1100.71190.2147.4719.41
Hex1A414940B047be2f13
Octal321011111001301072765723
Binary110101000001100100110000001011010001111011111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A4149; }

 p { color: rgb(26,65,73); }

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

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

 a { background-color: rgb(26,65,73); }

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

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

 span { border-color: rgb(26,65,73); }

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