#103C50

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

Shades of Green Vogue #103C50

Tints of Green Vogue #103C50

Color information

#103C50 (or 0x103C50) is unknown color: approx Green Vogue. HEX triplet: 10, 3C and 50. RGB value is (16,60,80). Sum of RGB (Red+Green+Blue) = 16+60+80=156 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.26% from 156); Green value is 60 (23.83% from 255 or 38.46% from 156); Blue value is 80 (31.64% from 255 or 51.28% from 156); Max value from RGB is 80 - color contains mainly: blue. Hex color #103C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C50 is #EFC3AF. Grayscale: #313131. Windows color (decimal): -15713200 or 5258256. OLE color: 5258256.

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

Color convert

RGB166080-
CMYK0.800.2500.69
HSL198.75º66.67%18.82%-
HSV(B)198.75º80%31.37%-
XYZ3.283.928.17-
YUV49.12145.42104.37-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.26%
GREEN value IS 60 (23.83% from 255) = 38.46%
BLUE value IS 80 (31.64% from 255) = 51.28%
R=10.26%
G=38.46%
B=51.28%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1660800.800.2500.69198.7566.6718.82
Hex103C505019045c74313
Octal207412012031010530710323
Binary1000011110010100001010000110010100010111000111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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