#1A4052

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

Shades of Green Vogue #1A4052

Tints of Green Vogue #1A4052

Color information

#1A4052 (or 0x1A4052) is unknown color: approx Green Vogue. HEX triplet: 1A, 40 and 52. RGB value is (26,64,82). Sum of RGB (Red+Green+Blue) = 26+64+82=172 (22% of max value = 765). Red value is 26 (10.55% from 255 or 15.12% from 172); Green value is 64 (25.39% from 255 or 37.21% from 172); Blue value is 82 (32.42% from 255 or 47.67% from 172); Max value from RGB is 82 - color contains mainly: blue. Hex color #1A4052 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1A4052 is #E5BFAD. Grayscale: #363636. Windows color (decimal): -15056814 or 5390362. OLE color: 5390362.

HSL color Cylindrical-coordinate representation of color #1A4052: hue angle of 199.29º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1A4052 is Cyan = 0.68, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB266482-
CMYK0.680.2200.68
HSL199.29º51.85%21.18%-
HSV(B)199.29º68.29%32.16%-
XYZ3.784.58.65-
YUV54.69143.41107.54-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.12%
GREEN value IS 64 (25.39% from 255) = 37.21%
BLUE value IS 82 (32.42% from 255) = 47.67%
R=15.12%
G=37.21%
B=47.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2664820.680.2200.68199.2951.8521.18
Hex1A40524416044c73415
Octal321001221042601043076425
Binary1101010000001010010100010010110010001001100011111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,64,82); }

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

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

 a { background-color: rgb(26,64,82); }

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

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

 span { border-color: rgb(26,64,82); }

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