#10404D

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

Shades of Green Vogue #10404D

Tints of Green Vogue #10404D

Color information

#10404D (or 0x10404D) is unknown color: approx Green Vogue. HEX triplet: 10, 40 and 4D. RGB value is (16,64,77). Sum of RGB (Red+Green+Blue) = 16+64+77=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 64 (25.39% from 255 or 40.76% from 157); Blue value is 77 (30.47% from 255 or 49.04% from 157); Max value from RGB is 77 - color contains mainly: blue. Hex color #10404D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10404D is #EFBFB2. Grayscale: #333333. Windows color (decimal): -15712179 or 5062672. OLE color: 5062672.

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

Color convert

RGB166477-
CMYK0.790.1700.70
HSL192.79º65.59%18.24%-
HSV(B)192.79º79.22%30.2%-
XYZ3.394.317.68-
YUV51.13142.6102.94-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 64 (25.39% from 255) = 40.76%
BLUE value IS 77 (30.47% from 255) = 49.04%
R=10.19%
G=40.76%
B=49.04%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1664770.790.1700.70192.7965.5918.24
Hex10404D4F11046c14212
Octal2010011511721010630110222
Binary10000100000010011011001111100010100011011000001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10404D; }

 p { color: rgb(16,64,77); }

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

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

 a { background-color: rgb(16,64,77); }

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

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

 span { border-color: rgb(16,64,77); }

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