Html Css Color HEX #106349 Jewel

📋 copy color: '#106349'

red 16 ◦ green 99 ◦ blue 73

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

Shades of Jewel #106349

Tints of Jewel #106349

RGB

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

 GREEN value IS 99 (39.06% from 255) = 52.66%

 BLUE value IS 73 (28.91% from 255) = 38.83%

R = 8.51%
G = 52.66%
B = 38.83%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#106349 (or 0x106349) is known color: Jewel. HEX triplet: 10, 63 and 49. RGB value is (16,99,73). Sum of RGB (Red+Green+Blue) = 16+99+73=188 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.51% from 188); Green value is 99 (39.06% from 255 or 52.66% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 99 - color contains mainly: green. Hex color #106349 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106349 is #EF9CB6. Grayscale: #474747. Windows color (decimal): -15703223 or 4809488. OLE color: 4809488.

HSL color Cylindrical-coordinate representation of color #106349: hue angle of 161.2º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106349 is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB 16 99 73 -
CMYK 0.84 0 0.26 0.61
HSL 161.2º 0.72% 0.23% -
HSV(B) 161.2º 0.84% 0.39% -
XYZ 5.88 9.51 7.83 -
YUV 71.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 16 99 73 0.84 0 0.26 0.61 161.2 0.72 0.23
Hex 10 63 49 54 0 1A 3D A1 48 17
Octal 20 143 111 124 0 32 75 241 110 27
Binary 10000 1100011 1001001 1010100 0 11010 111101 10100001 1001000 10111

Color Harmonies of #106349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106349

Black with #106349

Text Example


Text Example

White with #106349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106349; }

 p { color: rgb(16,99,73); }

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

background-color css

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

 a { background-color: rgb(16,99,73); }

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

border-color css

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

 span { border-color: rgb(16,99,73); }

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