#1A4150

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

Shades of Green Vogue #1A4150

Tints of Green Vogue #1A4150

Color information

#1A4150 (or 0x1A4150) is unknown color: approx Green Vogue. HEX triplet: 1A, 41 and 50. RGB value is (26,65,80). Sum of RGB (Red+Green+Blue) = 26+65+80=171 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.20% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 80 (31.64% from 255 or 46.78% from 171); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A4150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4150 is #E5BEAF. Grayscale: #363636. Windows color (decimal): -15056560 or 5259546. OLE color: 5259546.

HSL color Cylindrical-coordinate representation of color #1A4150: hue angle of 196.67º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4150 is Cyan = 0.67, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB266580-
CMYK0.670.1900.69
HSL196.67º50.94%20.78%-
HSV(B)196.67º67.5%31.37%-
XYZ3.764.588.27-
YUV55.05142.08107.28-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.20%
GREEN value IS 65 (25.78% from 255) = 38.01%
BLUE value IS 80 (31.64% from 255) = 46.78%
R=15.20%
G=38.01%
B=46.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2665800.670.1900.69196.6750.9420.78
Hex1A41504313045c53315
Octal321011201032301053056325
Binary1101010000011010000100001110011010001011100010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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