#103B4C

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

Shades of Green Vogue #103B4C

Tints of Green Vogue #103B4C

Color information

#103B4C (or 0x103B4C) is unknown color: approx Green Vogue. HEX triplet: 10, 3B and 4C. RGB value is (16,59,76). Sum of RGB (Red+Green+Blue) = 16+59+76=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 76 (30.08% from 255 or 50.33% from 151); Max value from RGB is 76 - color contains mainly: blue. Hex color #103B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103B4C is #EFC4B3. Grayscale: #2F2F2F. Windows color (decimal): -15713460 or 4995856. OLE color: 4995856.

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

Color convert

RGB165976-
CMYK0.790.2200.70
HSL197º65.22%18.04%-
HSV(B)197º78.95%29.8%-
XYZ3.083.767.4-
YUV48.08143.75105.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 59 (23.44% from 255) = 39.07%
BLUE value IS 76 (30.08% from 255) = 50.33%
R=10.60%
G=39.07%
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
Decimal1659760.790.2200.7019765.2218.04
Hex103B4C4F16046c54112
Octal207311411726010630510122
Binary1000011101110011001001111101100100011011000101100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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