#10404F

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

Shades of Green Vogue #10404F

Tints of Green Vogue #10404F

Color information

#10404F (or 0x10404F) is unknown color: approx Green Vogue. HEX triplet: 10, 40 and 4F. RGB value is (16,64,79). Sum of RGB (Red+Green+Blue) = 16+64+79=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 64 (25.39% from 255 or 40.25% from 159); Blue value is 79 (31.25% from 255 or 49.69% from 159); Max value from RGB is 79 - color contains mainly: blue. Hex color #10404F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10404F is #EFBFB0. Grayscale: #333333. Windows color (decimal): -15712177 or 5193744. OLE color: 5193744.

HSL color Cylindrical-coordinate representation of color #10404F: hue angle of 194.29º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10404F is Cyan = 0.80, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166479-
CMYK0.800.1900.69
HSL194.29º66.32%18.63%-
HSV(B)194.29º79.75%30.98%-
XYZ3.464.348.05-
YUV51.36143.6102.78-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.06%
GREEN value IS 64 (25.39% from 255) = 40.25%
BLUE value IS 79 (31.25% from 255) = 49.69%
R=10.06%
G=40.25%
B=49.69%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1664790.800.1900.69194.2966.3218.63
Hex10404F5013045c24213
Octal2010011712023010530210223
Binary10000100000010011111010000100110100010111000010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10404F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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