#106440

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

Shades of Jewel #106440

Tints of Jewel #106440

Color information

#106440 (or 0x106440) is unknown color: approx Jewel. HEX triplet: 10, 64 and 40. RGB value is (16,100,64). Sum of RGB (Red+Green+Blue) = 16+100+64=180 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.89% from 180); Green value is 100 (39.45% from 255 or 55.56% from 180); Blue value is 64 (25.39% from 255 or 35.56% from 180); Max value from RGB is 100 - color contains mainly: green. Hex color #106440 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106440 is #EF9BBF. Grayscale: #464646. Windows color (decimal): -15702976 or 4219920. OLE color: 4219920.

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

Color convert

RGB1610064-
CMYK0.8400.360.61
HSL154.29º72.41%22.75%-
HSV(B)154.29º84%39.22%-
XYZ5.79.596.4-
YUV70.78124.1788.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.89%
GREEN value IS 100 (39.45% from 255) = 55.56%
BLUE value IS 64 (25.39% from 255) = 35.56%
R=8.89%
G=55.56%
B=35.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal16100640.8400.360.61154.2972.4122.75
Hex106440540243D9a4817
Octal201441001240447523211027
Binary10000110010010000001010100010010011110110011010100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106440; }

 p { color: rgb(16,100,64); }

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

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

 a { background-color: rgb(16,100,64); }

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

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

 span { border-color: rgb(16,100,64); }

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