#103F4E

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

Shades of Green Vogue #103F4E

Tints of Green Vogue #103F4E

Color information

#103F4E (or 0x103F4E) is unknown color: approx Green Vogue. HEX triplet: 10, 3F and 4E. RGB value is (16,63,78). Sum of RGB (Red+Green+Blue) = 16+63+78=157 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.19% from 157); Green value is 63 (25% from 255 or 40.13% from 157); Blue value is 78 (30.86% from 255 or 49.68% from 157); Max value from RGB is 78 - color contains mainly: blue. Hex color #103F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103F4E is #EFC0B1. Grayscale: #323232. Windows color (decimal): -15712434 or 5127952. OLE color: 5127952.

HSL color Cylindrical-coordinate representation of color #103F4E: hue angle of 194.52º 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 #103F4E is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166378-
CMYK0.790.1900.69
HSL194.52º65.96%18.43%-
HSV(B)194.52º79.49%30.59%-
XYZ3.374.227.84-
YUV50.66143.43103.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.19%
GREEN value IS 63 (25% from 255) = 40.13%
BLUE value IS 78 (30.86% from 255) = 49.68%
R=10.19%
G=40.13%
B=49.68%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1663780.790.1900.69194.5265.9618.43
Hex103F4E4F13045c34212
Octal207711611723010530310222
Binary1000011111110011101001111100110100010111000011100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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