#103E4C

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

Shades of Green Vogue #103E4C

Tints of Green Vogue #103E4C

Color information

#103E4C (or 0x103E4C) is unknown color: approx Green Vogue. HEX triplet: 10, 3E and 4C. RGB value is (16,62,76). Sum of RGB (Red+Green+Blue) = 16+62+76=154 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.39% from 154); Green value is 62 (24.61% from 255 or 40.26% from 154); Blue value is 76 (30.08% from 255 or 49.35% from 154); Max value from RGB is 76 - color contains mainly: blue. Hex color #103E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E4C is #EFC1B3. Grayscale: #313131. Windows color (decimal): -15712692 or 4996624. OLE color: 4996624.

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

Color convert

RGB166276-
CMYK0.790.1800.70
HSL194º65.22%18.04%-
HSV(B)194º78.95%29.8%-
XYZ3.244.087.45-
YUV49.84142.76103.86-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.39%
GREEN value IS 62 (24.61% from 255) = 40.26%
BLUE value IS 76 (30.08% from 255) = 49.35%
R=10.39%
G=40.26%
B=49.35%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1662760.790.1800.7019465.2218.04
Hex103E4C4F12046c24112
Octal207611411722010630210122
Binary1000011111010011001001111100100100011011000010100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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