#103F4C

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

Shades of Green Vogue #103F4C

Tints of Green Vogue #103F4C

Color information

#103F4C (or 0x103F4C) is unknown color: approx Green Vogue. HEX triplet: 10, 3F and 4C. RGB value is (16,63,76). Sum of RGB (Red+Green+Blue) = 16+63+76=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #103F4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103F4C is #EFC0B3. Grayscale: #323232. Windows color (decimal): -15712436 or 4996880. OLE color: 4996880.

HSL color Cylindrical-coordinate representation of color #103F4C: hue angle of 193º degrees, saturation: 0.65, 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 #103F4C is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB166376-
CMYK0.790.1700.70
HSL193º65.22%18.04%-
HSV(B)193º78.95%29.8%-
XYZ3.34.197.47-
YUV50.43142.43103.44-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=10.32%
G=40.65%
B=49.03%

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
Decimal1663760.790.1700.7019365.2218.04
Hex103F4C4F11046c14112
Octal207711411721010630110122
Binary1000011111110011001001111100010100011011000001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103F4C; }

 p { color: rgb(16,63,76); }

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

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

 a { background-color: rgb(16,63,76); }

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

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

 span { border-color: rgb(16,63,76); }

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