#106341

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

Shades of Jewel #106341

Tints of Jewel #106341

Color information

#106341 (or 0x106341) is unknown color: approx Jewel. HEX triplet: 10, 63 and 41. RGB value is (16,99,65). Sum of RGB (Red+Green+Blue) = 16+99+65=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #106341 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106341 is #EF9CBE. Grayscale: #464646. Windows color (decimal): -15703231 or 4285200. OLE color: 4285200.

HSL color Cylindrical-coordinate representation of color #106341: hue angle of 155.42º 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 #106341 is Cyan = 0.84, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.

Color convert

RGB169965-
CMYK0.8400.340.61
HSL155.42º72.17%22.55%-
HSV(B)155.42º83.84%38.82%-
XYZ5.639.426.52-
YUV70.3112589.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.89%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 65 (25.78% from 255) = 36.11%
R=8.89%
G=55%
B=36.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal1699650.8400.340.61155.4272.1722.55
Hex106341540223D9b4817
Octal201431011240427523311027
Binary10000110001110000011010100010001011110110011011100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106341; }

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

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

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

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

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

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

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

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