Html Css Color HEX #105D49 Jewel

📋 copy color: '#105D49'

red 16 ◦ green 93 ◦ blue 73

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

Shades of Jewel #105D49

Tints of Jewel #105D49

RGB

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

 GREEN value IS 93 (36.72% from 255) = 51.1%

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

R = 8.79%
G = 51.1%
B = 40.11%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#105D49 (or 0x105D49) is known color: Jewel. HEX triplet: 10, 5D and 49. RGB value is (16,93,73). Sum of RGB (Red+Green+Blue) = 16+93+73=182 (24% of max value = 765). Red value is 16 (6.64% from 255 or 8.79% from 182); Green value is 93 (36.72% from 255 or 51.10% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 93 - color contains mainly: green. Hex color #105D49 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105D49 is #EFA2B6. Grayscale: #434343. Windows color (decimal): -15704759 or 4807952. OLE color: 4807952.

HSL color Cylindrical-coordinate representation of color #105D49: hue angle of 164.42º degrees, saturation: 0.71, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #105D49 is Cyan = 0.83, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 93 73 -
CMYK 0.83 0 0.22 0.64
HSL 164.42º 0.71% 0.21% -
HSV(B) 164.42º 0.83% 0.36% -
XYZ 5.33 8.42 7.65 -
YUV 67.7 130.99 91.13 -
System Red Green Blue C M Y K H S L
Decimal 16 93 73 0.83 0 0.22 0.64 164.42 0.71 0.21
Hex 10 5D 49 53 0 16 40 A4 47 15
Octal 20 135 111 123 0 26 100 244 107 25
Binary 10000 1011101 1001001 1010011 0 10110 1000000 10100100 1000111 10101

Color Harmonies of #105D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #105D49

Black with #105D49

Text Example


Text Example

White with #105D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #105D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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