#106126

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

Shades of Crusoe #106126

Tints of Crusoe #106126

Color information

#106126 (or 0x106126) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 26. RGB value is (16,97,38). Sum of RGB (Red+Green+Blue) = 16+97+38=151 (20% of max value = 765). Red value is 16 (6.64% from 255 or 10.60% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #106126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106126 is #EF9ED9. Grayscale: #424242. Windows color (decimal): -15703770 or 2515216. OLE color: 2515216.

HSL color Cylindrical-coordinate representation of color #106126: hue angle of 136.3º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #106126 is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB169738-
CMYK0.8400.610.62
HSL136.3º71.68%22.16%-
HSV(B)136.3º83.51%38.04%-
XYZ4.848.83.28-
YUV66.05112.1692.3-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 10.60%
GREEN value IS 97 (38.28% from 255) = 64.24%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=10.60%
G=64.24%
B=25.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697380.8400.610.62136.371.6822.16
Hex1061265403D3E884816
Octal20141461240757621011026
Binary1000011000011001101010100011110111111010001000100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106126; }

 p { color: rgb(16,97,38); }

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

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

 a { background-color: rgb(16,97,38); }

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

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

 span { border-color: rgb(16,97,38); }

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