#103E50

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

Shades of Green Vogue #103E50

Tints of Green Vogue #103E50

Color information

#103E50 (or 0x103E50) is unknown color: approx Green Vogue. HEX triplet: 10, 3E and 50. RGB value is (16,62,80). Sum of RGB (Red+Green+Blue) = 16+62+80=158 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.13% from 158); Green value is 62 (24.61% from 255 or 39.24% from 158); Blue value is 80 (31.64% from 255 or 50.63% from 158); Max value from RGB is 80 - color contains mainly: blue. Hex color #103E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E50 is #EFC1AF. Grayscale: #323232. Windows color (decimal): -15712688 or 5258768. OLE color: 5258768.

HSL color Cylindrical-coordinate representation of color #103E50: hue angle of 196.88º degrees, saturation: 0.67, 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 #103E50 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB166280-
CMYK0.800.2200.69
HSL196.88º66.67%18.82%-
HSV(B)196.88º80%31.37%-
XYZ3.384.138.21-
YUV50.3144.76103.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.13%
GREEN value IS 62 (24.61% from 255) = 39.24%
BLUE value IS 80 (31.64% from 255) = 50.63%
R=10.13%
G=39.24%
B=50.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1662800.800.2200.69196.8866.6718.82
Hex103E505016045c54313
Octal207612012026010530510323
Binary1000011111010100001010000101100100010111000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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