#105D48

Color #105D48 Jewel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jewel #105D48

Tints of Jewel #105D48

Color information

#105D48 (or 0x105D48) is unknown color: approx Jewel. HEX triplet: 10, 5D and 48. RGB value is (16,93,72). Sum of RGB (Red+Green+Blue) = 16+93+72=181 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.84% from 181); Green value is 93 (36.72% from 255 or 51.38% from 181); Blue value is 72 (28.52% from 255 or 39.78% from 181); Max value from RGB is 93 - color contains mainly: green. Hex color #105D48 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #105D48 is #EFA2B7. Grayscale: #434343. Windows color (decimal): -15704760 or 4742416. OLE color: 4742416.

HSL color Cylindrical-coordinate representation of color #105D48: hue angle of 163.64º 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 #105D48 is Cyan = 0.83, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.64.

Color convert

RGB169372-
CMYK0.8300.230.64
HSL163.64º70.64%21.37%-
HSV(B)163.64º82.8%36.47%-
XYZ5.38.417.47-
YUV67.58130.4991.21-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.84%
GREEN value IS 93 (36.72% from 255) = 51.38%
BLUE value IS 72 (28.52% from 255) = 39.78%
R=8.84%
G=51.38%
B=39.78%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1693720.8300.230.64163.6470.6421.37
Hex105D485301740a44715
Octal2013511012302710024410725
Binary10000101110110010001010011010111100000010100100100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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