#106132

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

Shades of Crusoe #106132

Tints of Crusoe #106132

Color information

#106132 (or 0x106132) is unknown color: approx Crusoe. HEX triplet: 10, 61 and 32. RGB value is (16,97,50). Sum of RGB (Red+Green+Blue) = 16+97+50=163 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.82% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #106132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #106132 is #EF9ECD. Grayscale: #434343. Windows color (decimal): -15703758 or 3301648. OLE color: 3301648.

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

Color convert

RGB169750-
CMYK0.8400.480.62
HSL145.19º71.68%22.16%-
HSV(B)145.19º83.51%38.04%-
XYZ5.068.894.47-
YUV67.42118.1691.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 9.82%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 50 (19.92% from 255) = 30.67%
R=9.82%
G=59.51%
B=30.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1697500.8400.480.62145.1971.6822.16
Hex106132540303E914816
Octal20141621240607622111026
Binary1000011000011100101010100011000011111010010001100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #106132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #106132; }

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

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

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

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

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

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

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

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