#103C4D

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

Shades of Green Vogue #103C4D

Tints of Green Vogue #103C4D

Color information

#103C4D (or 0x103C4D) is unknown color: approx Green Vogue. HEX triplet: 10, 3C and 4D. RGB value is (16,60,77). Sum of RGB (Red+Green+Blue) = 16+60+77=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 77 (30.47% from 255 or 50.33% from 153); Max value from RGB is 77 - color contains mainly: blue. Hex color #103C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C4D is #EFC3B2. Grayscale: #303030. Windows color (decimal): -15713203 or 5061648. OLE color: 5061648.

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

Color convert

RGB166077-
CMYK0.790.2200.70
HSL196.72º65.59%18.24%-
HSV(B)196.72º79.22%30.2%-
XYZ3.173.887.6-
YUV48.78143.92104.62-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.46%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 77 (30.47% from 255) = 50.33%
R=10.46%
G=39.22%
B=50.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1660770.790.2200.70196.7265.5918.24
Hex103C4D4F16046c54212
Octal207411511726010630510222
Binary1000011110010011011001111101100100011011000101100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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