#10414E

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

Shades of Green Vogue #10414E

Tints of Green Vogue #10414E

Color information

#10414E (or 0x10414E) is unknown color: approx Green Vogue. HEX triplet: 10, 41 and 4E. RGB value is (16,65,78). Sum of RGB (Red+Green+Blue) = 16+65+78=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 78 (30.86% from 255 or 49.06% from 159); Max value from RGB is 78 - color contains mainly: blue. Hex color #10414E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10414E is #EFBEB1. Grayscale: #333333. Windows color (decimal): -15711922 or 5128464. OLE color: 5128464.

HSL color Cylindrical-coordinate representation of color #10414E: hue angle of 192.58º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #10414E is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166578-
CMYK0.790.1700.69
HSL192.58º65.96%18.43%-
HSV(B)192.58º79.49%30.59%-
XYZ3.484.447.88-
YUV51.83142.77102.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 78 (30.86% from 255) = 49.06%
R=10.06%
G=40.88%
B=49.06%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1665780.790.1700.69192.5865.9618.43
Hex10414E4F11045c14212
Octal2010111611721010530110222
Binary10000100000110011101001111100010100010111000001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10414E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10414E; }

 p { color: rgb(16,65,78); }

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

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

 a { background-color: rgb(16,65,78); }

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

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

 span { border-color: rgb(16,65,78); }

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