#1A4350

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

Shades of Green Vogue #1A4350

Tints of Green Vogue #1A4350

Color information

#1A4350 (or 0x1A4350) is unknown color: approx Green Vogue. HEX triplet: 1A, 43 and 50. RGB value is (26,67,80). Sum of RGB (Red+Green+Blue) = 26+67+80=173 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.03% from 173); Green value is 67 (26.56% from 255 or 38.73% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #1A4350 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4350 is #E5BCAF. Grayscale: #383838. Windows color (decimal): -15056048 or 5260058. OLE color: 5260058.

HSL color Cylindrical-coordinate representation of color #1A4350: hue angle of 194.44º 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 #1A4350 is Cyan = 0.67, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB266780-
CMYK0.670.1600.69
HSL194.44º50.94%20.78%-
HSV(B)194.44º67.5%31.37%-
XYZ3.884.818.31-
YUV56.22141.42106.44-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.03%
GREEN value IS 67 (26.56% from 255) = 38.73%
BLUE value IS 80 (31.64% from 255) = 46.24%
R=15.03%
G=38.73%
B=46.24%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2667800.670.1600.69194.4450.9420.78
Hex1A43504310045c23315
Octal321031201032001053026325
Binary1101010000111010000100001110000010001011100001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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