#164251

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

Shades of Green Vogue #164251

Tints of Green Vogue #164251

Color information

#164251 (or 0x164251) is unknown color: approx Green Vogue. HEX triplet: 16, 42 and 51. RGB value is (22,66,81). Sum of RGB (Red+Green+Blue) = 22+66+81=169 (22% of max value = 765). Red value is 22 (8.98% from 255 or 13.02% from 169); Green value is 66 (26.17% from 255 or 39.05% from 169); Blue value is 81 (32.03% from 255 or 47.93% from 169); Max value from RGB is 81 - color contains mainly: blue. Hex color #164251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #164251 is #E9BDAE. Grayscale: #363636. Windows color (decimal): -15318447 or 5325334. OLE color: 5325334.

HSL color Cylindrical-coordinate representation of color #164251: hue angle of 195.25º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #164251 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB226681-
CMYK0.730.1900.68
HSL195.25º57.28%20.2%-
HSV(B)195.25º72.84%31.76%-
XYZ3.764.668.49-
YUV54.55142.92104.78-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 13.02%
GREEN value IS 66 (26.17% from 255) = 39.05%
BLUE value IS 81 (32.03% from 255) = 47.93%
R=13.02%
G=39.05%
B=47.93%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2266810.730.1900.68195.2557.2820.2
Hex1642514913044c33914
Octal261021211112301043037124
Binary1011010000101010001100100110011010001001100001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #164251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #164251; }

 p { color: rgb(22,66,81); }

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

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

 a { background-color: rgb(22,66,81); }

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

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

 span { border-color: rgb(22,66,81); }

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