#103B50

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

Shades of Green Vogue #103B50

Tints of Green Vogue #103B50

Color information

#103B50 (or 0x103B50) is unknown color: approx Green Vogue. HEX triplet: 10, 3B and 50. RGB value is (16,59,80). Sum of RGB (Red+Green+Blue) = 16+59+80=155 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.32% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 80 (31.64% from 255 or 51.61% from 155); Max value from RGB is 80 - color contains mainly: blue. Hex color #103B50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103B50 is #EFC4AF. Grayscale: #303030. Windows color (decimal): -15713456 or 5258000. OLE color: 5258000.

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

Color convert

RGB165980-
CMYK0.800.2600.69
HSL199.69º66.67%18.82%-
HSV(B)199.69º80%31.37%-
XYZ3.233.828.16-
YUV48.54145.75104.79-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.32%
GREEN value IS 59 (23.44% from 255) = 38.06%
BLUE value IS 80 (31.64% from 255) = 51.61%
R=10.32%
G=38.06%
B=51.61%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1659800.800.2600.69199.6966.6718.82
Hex103B50501A045c84313
Octal207312012032010531010323
Binary1000011101110100001010000110100100010111001000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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