Html Css Color HEX #106549 Jewel

📋 copy color: '#106549'

red 16 ◦ green 101 ◦ blue 73

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

Shades of Jewel #106549

Tints of Jewel #106549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 53.16%

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

R = 8.42%
G = 53.16%
B = 38.42%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#106549 (or 0x106549) is known color: Jewel. HEX triplet: 10, 65 and 49. RGB value is (16,101,73). Sum of RGB (Red+Green+Blue) = 16+101+73=190 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.42% from 190); Green value is 101 (39.84% from 255 or 53.16% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 101 - color contains mainly: green. Hex color #106549 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106549 is #EF9AB6. Grayscale: #484848. Windows color (decimal): -15702711 or 4810000. OLE color: 4810000.

HSL color Cylindrical-coordinate representation of color #106549: hue angle of 160.24º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106549 is Cyan = 0.84, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 16 101 73 -
CMYK 0.84 0 0.28 0.60
HSL 160.24º 0.73% 0.23% -
HSV(B) 160.24º 0.84% 0.4% -
XYZ 6.07 9.9 7.89 -
YUV 72.39 128.34 87.78 -
System Red Green Blue C M Y K H S L
Decimal 16 101 73 0.84 0 0.28 0.60 160.24 0.73 0.23
Hex 10 65 49 54 0 1C 3C A0 49 17
Octal 20 145 111 124 0 34 74 240 111 27
Binary 10000 1100101 1001001 1010100 0 11100 111100 10100000 1001001 10111

Color Harmonies of #106549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106549

Black with #106549

Text Example


Text Example

White with #106549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106549; }

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

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

background-color css

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

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

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

border-color css

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

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

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