Html Css Color HEX #103D4C Green Vogue

📋 copy color: '#103D4C'

red 16 ◦ green 61 ◦ blue 76

#103D4C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Vogue #103D4C

Tints of Green Vogue #103D4C

RGB

 RED value IS 16 (6.64% from 255) = 10.46%

 GREEN value IS 61 (24.22% from 255) = 39.87%

 BLUE value IS 76 (30.08% from 255) = 49.67%

R = 10.46%
G = 39.87%
B = 49.67%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#103D4C (or 0x103D4C) is known color: Green Vogue. HEX triplet: 10, 3D and 4C. RGB value is (16,61,76). Sum of RGB (Red+Green+Blue) = 16+61+76=153 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.46% from 153); Green value is 61 (24.22% from 255 or 39.87% from 153); Blue value is 76 (30.08% from 255 or 49.67% from 153); Max value from RGB is 76 - color contains mainly: blue. Hex color #103D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103D4C is #EFC2B3. Grayscale: #313131. Windows color (decimal): -15712948 or 4996368. OLE color: 4996368.

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

Color convert

RGB 16 61 76 -
CMYK 0.79 0.20 0 0.70
HSL 195º 0.65% 0.18% -
HSV(B) 195º 0.79% 0.3% -
XYZ 3.19 3.97 7.44 -
YUV 49.26 143.09 104.28 -
System Red Green Blue C M Y K H S L
Decimal 16 61 76 0.79 0.20 0 0.70 195 0.65 0.18
Hex 10 3D 4C 4F 14 0 46 C3 41 12
Octal 20 75 114 117 24 0 106 303 101 22
Binary 10000 111101 1001100 1001111 10100 0 1000110 11000011 1000001 10010

Color Harmonies of #103D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103D4C

Black with #103D4C

Text Example


Text Example

White with #103D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #103D4C;
 }
 .AnyTagClassName
 {
   color: #103D4C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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